Trie.remove

Removes @key from @trie, possibly destroying the value associated with the key.

class Trie
bool
remove
(
string key
)

Parameters

key
Type: string

The key to remove.

Return Value

Type: bool

%TRUE if @key was found, otherwise %FALSE.

Meta