Module

x/rambda/immutable.d.ts>sortWith

Faster and smaller alternative to Ramda
Latest
function sortWith
import { sortWith } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts";

Parameters

fns: ReadonlyArray<(a: T, b: T) => number>

Returns

(list: readonly T[]) => readonly T[]

Parameters

fns: ReadonlyArray<(a: T, b: T) => number>
list: readonly T[]

Returns

readonly T[]