Returns a specified number of contiguous elements from the end of an iterable sequence.
The type of the elements in the source sequence.
Number of elements to take from the end of the source sequence.
An iterable sequence containing the specified number of elements from the end of the source sequence.
Generated using TypeDoc
Returns a specified number of contiguous elements from the end of an iterable sequence.