VocabularysequencesInputsfrom | a non-negative integer |
to | a non-negative integer |
seq | a sequence |
OutputsWord descriptionOutputs a new sequence consisting of all elements starting from and including
from, and up to but not including
to.
ErrorsThrows an error if
from or
to is out of bounds.
See also<slice>Definition