first4-unsafe ( seq -- first second third fourth )


Vocabulary
sequences.private

Inputs
seqa sequence


Outputs
firstthe first element
secondthe second element
thirdthe third element
fourththe fourth element


Generic word contract
Unsafe variant of first4 that does not perform bounds checks.

Definition