Ask a question to get started
Enter to sendā¢Shift+Enter new line
droplastn( iter: Iterator[T], n: int, ) -> Iterator[T
iter
Iterator[T]
n
int
Drop the last n elements of an iterator.
The iterator to drop elements from.
The number of elements to drop.