kotest-assertions-core / io.kotest.matchers.sequences / haveElementAt

haveElementAt

fun <T, S : Sequence<T>> haveElementAt(index: Int, element: T): Matcher<S>