AsyncPrefixSequence
An asynchronous sequence, up to a specified maximum length, containing the initial elements of a base asynchronous sequence.
Declaration
struct AsyncPrefixSequence<Base> where Base : AsyncSequenceAn asynchronous sequence, up to a specified maximum length, containing the initial elements of a base asynchronous sequence.
struct AsyncPrefixSequence<Base> where Base : AsyncSequence