neach ( seq... quot n -- ) - Factor Documentation

neach ( seq... quot n -- )
Generalized sequence words



Vocabulary
sequences .generalizations

Inputs
seq... n sequences on the datastack
quot a quotation with stack effect ( element... -- )
n an integer


Outputs
None

Word description
A generalization of each , 2each , and 3each that can iterate over any number of sequences in parallel.

Definition
USING: math ;

IN: sequences.generalizations

: neach ( seq... quot n -- ) (neach) each-integer ; inline

AltStyle によって変換されたページ (->オリジナル) /