strikt-core / strikt.assertions / elementAt

elementAt

fun <T : Iterable<E>, E> Builder<T>.elementAt(index: Int): Builder<E>

Maps this assertion to an assertion over the indexed element in the subject iterable.

See Also

Iterable.elementAt