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

shouldNotStartWith

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