StructureSwift5.9.0
Iterator
@frozen struct Iterator
Citizens in Swift
Conformances
protocol IteratorProtocol
A type that supplies the values of a sequence one at a time.
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.