RLMItgregator

@frozen
public struct RLMIterator<Element> : IteratorProtocol where Element : RealmCollectionValue

Um iterador para uma instância do RealmCollection .

  • Avance para o próximo elemento e retorne-o, ou nil se não existir nenhum próximo elemento.

    Declaração

    Swift

    public mutating func next() -> Element?