AsyncPrefixSequence

An asynchronous sequence, up to a specified maximum length, containing the initial elements of a base asynchronous sequence.

iOS
13.0+
macOS
10.15+
tvOS
13.0+
watchOS
6.0+
struct AsyncPrefixSequence<Base> where Base : AsyncSequence