SectionedResultsIterator
@frozen
public struct SectionedResultsIterator<Key, Element> : IteratorProtocol where Key : _Persistable, Key : Hashable, Element : RealmCollectionValue
An iterator for a SectionedResults instance.
-
Advance to the next element and return it, or
nilif no next element exists.Declaration
Swift
public mutating func next() -> ResultsSection<Key, Element>?
View on GitHub
Install in Dash