Word description Outputs a virtual sequence sharing storage with all elements of seq until the nth element from the end. In other words, it outputs a sequence of the first l-n elements of the input sequence, where l is its length.
Errors Throws an error if the index is out of bounds.