fun <T : Iterable<E>, E> Builder<T>.atMost(count: Int, predicate: Builder<E>.() -> Unit): Builder<T>
Asserts that at most count elements of the subject pass the assertions in predicate.