[ CCode ( has_construct_function = false ) ]
public Trie (DestroyNotify value_destroy)
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. |