Returns a specified number of contiguous elements from the start of an iterable sequence.
The type of the elements in the source sequence.
The number of elements to return.
An iterable sequence that contains the specified number of elements from the start of the input sequence.
Generated using TypeDoc
Returns a specified number of contiguous elements from the start of an iterable sequence.