length ( seq -- n )
Virtual sequence protocol

Next:virtual-exemplar ( seq -- seq' )


Vocabulary
sequences

Inputs
seqa sequence


Outputs
na non-negative integer


Generic word contract
Outputs the length of the sequence. All sequences support this operation.

Definition


Methods