skip
Description:
Returns a seq which contains the remaining elements of this seq after discarding the first n elements.
On parallel execution, this operation doesn't respect encounter order.
This is a stateful intermediate operation.
Parameters:
n |
the number of elements to skip |
Returns:
the new seq |