kotest-assertions-arrow / io.kotest.assertions.arrow.nel / arrow.core.NonEmptyList / shouldContainElementAt

shouldContainElementAt

fun <T> NonEmptyList<T>.shouldContainElementAt(index: Int, element: T): Unit