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

shouldHaveElementAt

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