dlib.container.dict

Trie-based dictionary (associative array) that can use any type as a key

Members

Aliases

Dict
alias Dict = Trie

Convenient alias

Classes

Trie
class Trie(T, K)

Trie-based dictionary (associative array) that can use any type as a key. No hash functions are required.

Functions

byteRange
auto byteRange(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
dataSize
size_t dataSize(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
dict
Dict!(T, K) dict()

Convenient function for dict creation.

Meta

Authors

Timur Gafarov, Andrey Penechko, Roman Chistokhodov, ijet