types
/
kotools.types
/
notEmptyMapOf
common
not
Empty
Map
Of
@
SinceKotools
(
project =
Project.Types
,
version =
"3.2"
)
fun <
K
,
V
>
notEmptyMapOf
(head:
Pair
<
K
,
V
>, vararg tail:
Pair
<
K
,
V
>):
NotEmptyMap
<
K
,
V
>
Content copied to clipboard
Creates a
NotEmptyMap
starting with a
head
and containing all the entries of the optional
tail
.