set-firstn ( n -- quot )
Generalized sequence words

Prev:firstn ( n -- quot )
Next:nappend ( n -- seq )


Vocabulary
sequences.generalizations

Inputs
nan integer


Outputs
None

Word description
A generalization of set-first that sets the first n elements of a sequence from the top n elements of the stack.

Definition