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

shouldBeMonotonicallyIncreasingWith

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