RRMMapIterator
@frozen
public struct RLMMapIterator<Element> : IteratorProtocol where Element : _RealmMapValue
RealmKeyedCollection
インスタンスのイテレータ。
-
次の要素に進んでそれを返します。次の要素が存在しない場合は
nil
です。宣言
Swift
public mutating func next() -> Element?