StructureSwift5.9.0

    Iterator

    An iterator over the members of a Set<Element>.

    @frozen struct Iterator

    Citizens in Swift

    where Element:Hashable

    Conformances

    Members

    Citizens in Swift

    where Element:Hashable, Element:Sendable

    Conformances

    • protocol Sendable

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