PrefixTree

fun <K, V> PrefixTree(mapFactory: () -> MutableMap<K, PrefixTree<K, V>> = { mutableMapOf() })