Contents

AsyncMapSequence

An asynchronous sequence that maps the given closure over the asynchronous sequence’s elements.

Declaration

struct AsyncMapSequence<Base, Transformed> where Base : AsyncSequence

Topics

Structures

Type Aliases

Default Implementations

See Also

Transforming a Sequence