import { default } from "https://deno.land/x/dnx@0.0.4/comparisons/maxOf.ts";
Returns the greatest of the specified values or undefined
if no values are provided.
Type Parameters
T extends Collatable
Returns the greatest of the specified values or undefined
if no values are provided.
Type Parameters
T extends Collatable
Parameters
...values: T[]