kotest-assertions-core / io.kotest.matchers.collections / kotlin.Array / shouldStartWith

shouldStartWith

infix fun <T> Array<T>.shouldStartWith(element: T): Unit
infix fun <T> Array<T>.shouldStartWith(slice: Collection<T>): Unit
infix fun <T> Array<T>.shouldStartWith(slice: Array<T>): Unit