min
..Root.algorithm.min
Returns the smaller of the given variables (or first if they are equal)
Parameters: Type1
a, Type2
b ( Type1
must have <=
method taking Type2
instance as argument)
Return value: smaller of a and b
Object
, Callable
, BlockCallable
import("algorithm");
log(algorithm.max(1, 2));