infix fun <T, C : Sequence<T>> C?.shouldContainExactly(expected: C): Unit
fun <T, C : Sequence<T>> C?.shouldContainExactly(vararg expected: T): Unit