toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
leastCommon
least
Common
fun
<
T
>
List
<
T
>
.
leastCommon
(
)
:
T
?
fun
<
T
>
ArrayList
<
T
>
.
leastCommon
(
)
:
T
?
fun
<
T
>
Collection
<
T
>
.
leastCommon
(
)
:
T
?
Finds the first least common item
Receiver
List
Return
T?