avail
2.0.0.alpha09
avail
/
avail.utility
/
PrefixTree
/
Companion
/
fromStringMap
from
String
Map
fun
<
V
>
fromStringMap
(
map
:
Map
<
String
,
V
>
)
:
PrefixTree
<
Int
,
V
>
Content copied to clipboard
Create a
PrefixTree
from the given
map
.
Return
The resultant prefix tree.
Parameters
map
The map to convert.