infix fun <T : Iterable<E>, E> Builder<T>.noneIndexed(predicate: Builder<E>.(Int) -> Unit): Builder<T>
Asserts that no elements of the subject pass the assertions in predicate.