[This is preliminary documentation and is subject to change.]

Overload List

NameDescription
Trie<(Of <(<'T>)>)>()()()()
Creates a new empty trie.
Trie<(Of <(<'T>)>)>(IEnumerable<(Of <<'(KeyValuePair<(Of <<'(String, T>)>>)>)>>))
Creates a new trie from an existing dictionary. Values are shallowly copied.

See Also