public func entries<K, V>(trie : Trie.Trie<K, V>) : Iter.Iter<(K, V)>
Returns an Iter over the entries.
Iter
Each iterator gets a persistent view of the mapping, independent of concurrent updates to the iterated map.