Returns a specified number of contiguous elements from the start of an async-iterable sequence.
The type of the elements in the source sequence.
The number of elements to return.
An async-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 async-iterable sequence.