Module unordered_map

Source
Expand description

A map implemented on a trie. Unlike std::collections::HashMap the keys in this map are not hashed but are instead serialized.

Structsยง

Iter
An iterator over each element deserialized in the UnorderedMap.
UnorderedMap
An iterable implementation of a map that stores its content directly on the trie.