first-unsafe ( seq -- first )


Vocabulary
sequences.private

Inputs
seqa sequence


Outputs
firstthe first element


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

Definition