Companion
Functions
Link copied to clipboard
Create a PrefixTree from the given map.
Link copied to clipboard
Convenience getter for using string-keyed prefix trees.
Link copied to clipboard
Convenience accumulator for using string-keyed prefix trees.
Link copied to clipboard
inline operator fun <V> PrefixTree<Int, V>.set(key: String, value: V): V?
Content copied to clipboard
Convenience setter for using string-keyed prefix trees.