bounds-error ( index seq -- * )


Vocabulary
sequences

Inputs
seqa sequence


Outputs
None

Word description
Throws a bounds-error.

Error description
Thrown by nth, set-nth and set-length if the given index lies beyond the bounds of the sequence.

Definition


Methods

M: bounds-error summary drop "Sequence index out of bounds" ;