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