leastCommon

fun <T> List<T>.leastCommon(): T?

Finds the first least common item

Receiver

List

Return

T?