# Functions
New creates an empty DTrie with the given hashing function.
# Structs
Dtrie is a persistent hash trie that dynamically expands or shrinks to provide efficient memory allocation.
# Interfaces
Entry defines anything held within the data structure.