Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
cycle ( seq length -- new-seq )
Vocabulary
sequences.repeating
Definition
USING:
kernel
sequences
;
IN:
sequences.repeating
:
cycle
( seq length -- new-seq )
dupd
<cycles>
swap
like
;