kounter
1.4.3
kounter
/
com.github.pgreze.kounter
/
mutableCounterOf
mutable
Counter
Of
fun
<
T
>
mutableCounterOf
(
)
:
MutableCounter
<
T
>
Content copied to clipboard
fun
<
T
>
mutableCounterOf
(
vararg
keys
:
Pair
<
T
,
Int
>
)
:
MutableCounter
<
T
>
Content copied to clipboard
fun
<
T
>
mutableCounterOf
(
items
:
Iterator
<
T
>
)
:
MutableCounter
<
T
>
Content copied to clipboard
fun
<
T
>
mutableCounterOf
(
items
:
Array
<
T
>
)
:
MutableCounter
<
T
>
Content copied to clipboard
fun
<
T
>
mutableCounterOf
(
items
:
Iterable
<
T
>
)
:
MutableCounter
<
T
>
Content copied to clipboard
fun
mutableCounterOf
(
s
:
CharSequence
)
:
MutableCounter
<
Char
>
Content copied to clipboard