min

fun <T : Number, Comparable<T>> min(a: T, b: T): T

Returns lesser of the given values a and b.

Since

v2.0.0