Packages
libdazzle-1.0
Dazzle
Trie
Trie
@ref
destroy
insert
lookup
remove
traverse
unref
insert
Description:
public
void
insert
(
string
key,
void
* value)
Inserts
value
into
this
located with
key
.
Parameters:
this
A
Trie
.
key
The key to insert.
value
The value to insert.