groups
Factor handbook » The language » Collections » Sequence operations » Groups and clumps

Prev:group ( seq n -- array )
Next:<groups> ( seq n -- groups )


Vocabulary
grouping

Class description
Instances are virtual sequences whose elements are disjoint fixed-length subsequences of an underlying sequence. Groups are mutable and resizable if the underlying sequence is mutable and resizable, respectively.

New groups are created by calling <groups>.

See also
clumps, circular-clumps

Definition


Methods