Type of elements within the source iterable.
The source iterable.
Number of trailing elements to exclude. Values less than or equal to zero leave the sequence unchanged.
A deferred sequence excluding the last count elements.
The implementation buffers up to count elements to determine which items to drop, which can increase memory usage for large counts.
Omits a specified number of elements from the end of the sequence.