max top-level property

T Function<T extends num>(T a, T b) max
getter/setter pair

returns the maximum value

Implementation

var max = _ops.max;