first2-unsafe ( seq -- first second )


Vocabulary
sequences.private

Inputs
seqa sequence


Outputs
firstthe first element
secondthe second element


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

Definition