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

Prev:circular-clump ( seq n -- array )
Next:<clumps> ( seq n -- clumps )


Vocabulary
grouping

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

New clumps are created by calling <clumps>.

See also
circular-clumps, groups

Definition


Methods