RLMCollectionIterator
public struct RLMCollectionIterator : IteratorProtocol
该结构体通过以下方式在 Swift 中启用 RLMObjects 的序列式枚举: RLMCollection.makeIterator
-
声明
Swift
public mutating func next() -> RLMObject?