Handbook
Glossary
capacity ( seq -- n )
Vocabulary
growable
Inputs
seq
a vector or string buffer
Outputs
n
the capacity of the sequence
Word description
Outputs the number of elements the sequence can hold without growing.
Definition
USING:
accessors
sequences
;
IN:
growable
:
capacity
( seq -- n )
underlying>>
length
;
inline