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