VocabularysequencesInputs| from | a non-negative integer |
| to | a non-negative integer |
| seq | a sequence |
Outputs| from | a non-negative integer |
| to | a non-negative integer |
| seq | a sequence |
Word descriptionEnsures that
from is less than or equal to
to, and that both indices are within bounds for
seq.
ErrorsThrows a
slice-error if the preconditions are not met.
Definition