Returns a specified number of contiguous elements from the end of an async-iterable sequence.
The type of the elements in the source sequence.
Number of elements to take from the end of the source sequence.
An async-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 async-iterable sequence.