Trie
Description:
Creates a new Trie.
When a value is removed from the trie, value_destroy
will be called to allow you to release any resources.
Parameters:
value_destroy |
A DestroyNotify, or null. |
Creates a new Trie.
When a value is removed from the trie, value_destroy
will be called to allow you to release any resources.
value_destroy |
A DestroyNotify, or null. |