import { maxBy } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It returns the greater value between x
and y
according to compareFn
function.
import { maxBy } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It returns the greater value between x
and y
according to compareFn
function.