Drop a number of values from the sequence
Number of items to drop greater than 0
Returns the number of matched items in the sequence
Take given numbe for values from sequence
A number greater than 0
Retrieves all remaining values from the lazy evaluation and returns them as an array. This method processes the underlying iterator until it is exhausted, storing the results in an internal buffer to ensure subsequent calls return the same data.
A lazy collection iterator yields a single value at a time upon request.