Skip to content

OrderedDictionary_Iterator

mattpolzin edited this page Oct 1, 2020 · 3 revisions

OrderedDictionary.Iterator

public struct Iterator: Sequence, IteratorProtocol

Inheritance

IteratorProtocol, Sequence

Methods

next()

public mutating func next() -> (key: Key, value: Value)?
Types
Protocols
Global Functions
Extensions
Clone this wiki locally