Bypasses a specified number of elements at the end of an iterable sequence.
The type of the elements in the source sequence.
Number of elements to bypass at the end of the source sequence.
An iterable sequence containing the source sequence elements except for the bypassed ones at the end.
Generated using TypeDoc
Bypasses a specified number of elements at the end of an iterable sequence.