func makeAsyncIterator() -> Iterator
s10FileSystem28AnyThrowingAsyncSequenceableV04makeE8IteratorAC0H0Vyx_GyF
77ETV
import FileSystem
struct AnyThrowingAsyncSequenceable<Element>
A throwing async sequence that performs type erasure by wrapping another throwing async sequence.
struct Iterator
init?<T>(_ asyncSequence: T?) where Element == T.Element, T : Sendable, T : AsyncSequence
Creates an optional type erasing async sequence.
init<T>(_ sequence: T) where Element == T.Element, T : Sendable, T : AsyncSequence
Creates a type erasing async sequence.