in-bounds ( a b sequence -- a' b' sequence )
Windowed sequences

Prev:in-bound ( n sequence -- n' )


Vocabulary
sequences.windowed

Inputs
aan integer
ban integer
sequencea sequence


Outputs
sequencea sequence
a'an integer
b'an integer


Word description
Clamps two integers from 0 to the sequence length. While not in bounds for calling nth, these integers are in bounds for calling <slice>.

Definition