Iterator

public struct Iterator : AsyncIteratorProtocol

Undocumented

  • next() Asynchronous

    Declaration

    Swift

    public mutating func next() async -> Element?