capacity ( seq -- n )


Vocabulary
growable

Inputs
seqa vector or string buffer


Outputs
nthe capacity of the sequence


Word description
Outputs the number of elements the sequence can hold without growing.

Definition