VocabularysequencesInputs and outputs| seq | a sequence |
| n | a non-negative integer |
| slice | a slice |
Word descriptionOutputs a virtual sequence sharing storage with all elements from the
nth index until the end of the input sequence.
ErrorsThrows an error if the index is out of bounds.
Definition