Iterator

    The iterator that produces elements of the map sequence.

    iOS
    13.0+
    macOS
    10.15+
    tvOS
    13.0+
    watchOS
    6.0+
    struct Iterator

    Citizens in _Concurrency

    Conformances

    Members

    Citizens in _Concurrency

    where Base:AsyncSequence, Transformed:Sendable, Base.AsyncIterator:Sendable, Base.Element:Sendable

    Conformances

    • protocol Sendable

      A type whose values can safely be passed across concurrency domains by copying.