RLMCollectionIterator
public struct RLMCollectionIterator : IteratorProtocol
이 구조체는 다음을 통해 Swift에서 RLMObject에 대한 시퀀스 스타일 열거를 활성화합니다. RLMCollection.makeIterator
-
선언
Swift
public mutating func next() -> RLMObject?