RMCollectionIterator
public struct RLMCollectionIterator : IteratorProtocol
この構造体により、Swift の RM オブジェクトのシーケンス スタイルの列挙が可能になります。 RLMCollection.makeIterator
-
宣言
Swift
public mutating func next() -> RLMObject?