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

shouldNotBeMonotonicallyDecreasingWith

fun <T> Array<T>.shouldNotBeMonotonicallyDecreasingWith(comparator: Comparator<in T>): Unit