# Functions
NewHashTrieMap creates a new HashTrieMap for the provided key and value.
NewHashTrieMapHasher creates a new HashTrieMap for the provided key and value and uses the provided hasher function to hash keys.
# Structs
HashTrieMap is an implementation of a concurrent hash-trie.