Vocabularysequences .
generalizations Inputs seq... n sequences on the datastack
quot a
quotation with stack effect
( element... -- result ) Outputs result a sequence of the same type as the first seq
Word descriptionA generalization of
map ,
2map , and
3map that can map over any number of sequences in parallel.
Definition