dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Trie.get
dlib
container
dict
Trie
Get value by key. Returns null if the element does not exist in trie.
class
Trie
(T, K)
T
*
get
(
K
k
)
Meta
Source
See Implementation
dlib
container
dict
Trie
constructors
this
destructors
~this
functions
clear
free
get
opApply
opBinaryRight
opIndex
opIndexAssign
remove
set
variables
active
children
key
length
symbol
value
Get value by key. Returns null if the element does not exist in trie.