class Immutable::Map::Trie::EntryIterator(K, V)

Included Modules

Defined in:

immutable/map/trie.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(iterator : Iterator(Iterator(Tuple(K, V)))) #

[View source]

Instance Method Detail

def next : Tuple(K, V) | Stop #
Description copied from module Iterator({K, V})

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]