[src]

Module collections::trie

Ordered containers with integer keys, implemented as radix tries (TrieSet and TrieMap types)

Entries

Forward iterator over a map

MutEntries

Forward iterator over the key-value pairs of a map, with the values being mutable.

SetItems

Forward iterator over a set

TrieMap
TrieSet