Returns the smaller of a and b.
a
b
Declared in <fmt/base.h>
<fmt/base.h>
template<typename T> constexpr T min_of( T a, T b);
a if it is less than b, otherwise b.