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

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


Vocabulary
sequences.windowed

Inputs
aa sequence
ba sequence
sequencea sequence


Outputs
sequencea sequence
a'a sequence
b'a sequence


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