kotest-assertions-core / io.kotest.matchers.collections / kotlin.collections.List / shouldBeMonotonicallyIncreasing

shouldBeMonotonicallyIncreasing

fun <T : Comparable<T>> List<T>.shouldBeMonotonicallyIncreasing(): Unit