Source sequence element type.
Buffer enabling each iterator to retrieve elements from the shared source sequence, starting from the index at the point of obtaining the enumerator.
Buffer enabling each iterator to retrieve elements from the shared source sequence, starting from the index at the point of obtaining the iterator.
Source sequence element type.
Result sequence element type.
Optional
selector: ((value) => Iterable<TResult>)Selector function with published access to the source sequence for each iterator.
Sequence resulting from applying the selector function to the published view over the source sequence.
Generated using TypeDoc
Creates a buffer with a view over the source sequence, causing each iterator to obtain access to the remainder of the sequence from the current index in the buffer.