_RLMCollectionIterator
A protocol defining iterator support for RLMArray, RLMSet & RLMResults.
-
Returns a
RLMCollectionIterator
that yields successive elements in the collection. This enables support for sequence-style enumeration ofRLMObject
subclasses in Swift.