Contents

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 : AsyncSequence

Topics

Structures

Type Aliases

Default Implementations

See Also

Selecting Elements