# Functions
New will construct a new X-Fast Trie with the given "size," that is the size of the universe of the trie.
# Interfaces
Entry defines items that can be inserted into the x-fast trie.
# Type aliases
Entries is a typed list of Entry interfaces.