countLaw

inline fun <E> Collection<E>.countLaw(): Int
inline fun <E> Collection<E>.countLaw(predicate: (E) -> Boolean): Int