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