MinComparator<T> extension

on

Methods

min(T a, T b) → T
Returns the minimum of the two arguments a and b.
minOf(Iterable<T> iterable, {T orElse()?}) → T
Returns the minimum of the provided iterable.