Type of elements within source.
The source iterable.
Number of elements to emit; values less than or equal to zero produce an empty sequence.
A deferred sequence containing at most count elements from the start of source.
Enumeration stops once count elements have been yielded or the source sequence ends.
Returns up to the specified number of leading elements from source.