_RLMCollectionIterator
public protocol _RLMCollectionIterator : Sequence
A protocol defining iterator support for RLMArray, RLMSet & RLMResults.
-
Returns a
RLMCollectionIteratorthat yields successive elements in the collection. This enables support for sequence-style enumeration ofRLMObjectsubclasses in Swift.Declaration
Swift
func makeIterator() -> RLMCollectionIterator
View on GitHub
Install in Dash