first3-unsafe ( seq -- first second third )


Vocabulary
sequences.private

Inputs
seqa sequence


Outputs
firstthe first element
secondthe second element
thirdthe third element


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

Definition