RLMCollectionIterator
public struct RLMCollectionIterator : IteratorProtocol
This struct enables sequence-style enumeration for RLMObjects in Swift via RLMCollection.makeIterator
-
Declaration
Swift
public mutating func next() -> RLMObject?