max4
fn
T max4(T)(T a, T b, T c, T d) @safe nothrow @nogcReturns the largest of a, b, c, and d.
T max4(T)(T a, T b, T c, T d) @safe nothrow @nogcReturns the largest of a, b, c, and d.