<prefixes> ( seq -- prefixes )


Vocabulary
grouping.extras

Inputs
seqa sequence


Outputs
prefixesan object


Word description
All slices of a sequence that start at index 0, ordered by length in ascending order. The empty sequence is not included.

Definition