Trie.lookup

Looks up @key in @trie and returns the value associated.

class Trie
void*
lookup
(
string key
)

Parameters

key
Type: string

The key to lookup.

Return Value

Type: void*

The value inserted or %NULL.

Meta