RLMMapIterator
@frozen
public struct RLMMapIterator<Element> : IteratorProtocol where Element : _RealmMapValue
An iterator for a RealmKeyedCollection instance.
-
Advance to the next element and return it, or
nilif no next element exists.Declaration
Swift
public mutating func next() -> Element?
View on GitHub
Install in Dash