exchange-unsafe ( m n seq -- )


Vocabulary
sequences.private

Inputs
ma non-negative integer
na non-negative integer
seqa mutable sequence


Outputs
None

Word description
Unsafe variant of exchange that does not perform bounds checks.

Definition