exactCount

fun <T : Collection<*>> exactCount(count: Int, message: (T) -> String): Rule<T>
fun <T : Collection<*>> exactCount(count: Int, message: String = "Must have "): Rule<T>