Skip to content

OrderedDictionary_Iterator

mattpolzin edited this page Jun 11, 2021 · 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