max constant

T Function<T extends num>(T a, T b) const max

Evaluates a and b and returns the largest value.

Implementation

static const max = math.max;