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

shouldNotContainElementAt

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