kotest-assertions-core / io.kotest.matchers.sequences / kotlin.sequences.Sequence / shouldNotHaveElementAt

shouldNotHaveElementAt

fun <T> Sequence<T>.shouldNotHaveElementAt(index: Int, element: T): Unit