RLMMapItizer

@frozen
public struct RLMMapIterator<Element> : IteratorProtocol where Element : _RealmMapValue

Um iterador para uma instância do RealmKeyedCollection .

  • 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?