StructureSwift5.9.0

    Iterator

    An iterator over the members of a Dictionary<Key, Value>.

    @frozen struct Iterator

    Citizens in Swift

    where Key:Hashable

    Conformances

    Members

    Citizens in Swift

    where Key:Hashable, Key:Sendable, Value:Sendable

    Conformances

    • protocol Sendable

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