StructureSwift5.9.0

    Iterator

    An iterator that produces one or zero instances of an element.

    @frozen struct Iterator

    IteratorOverOne is the iterator for the CollectionOfOne type.

    Citizens in Swift

    Conformances

    Members

    Citizens in Swift

    where Element:Sendable

    Conformances

    • protocol Sendable

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