nspread ( quots n -- quot )
Factor handbook » The language » Combinators » Generalized shuffle words and combinators » Generalized combinators

Prev:ncleave ( quots n -- quot )
Next:cleave* ( n -- quot )


Vocabulary
generalizations

Inputs
quotsa sequence of quotations
nan integer


Outputs
None

Word description
A generalization of spread that can work for any quotation arity.

Definition