_RLMCollectionIterator
public protocol _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.Declaration
Swift
func makeIterator() -> RLMCollectionIterator