Skip to main content
Module

x/rambda/immutable.d.ts>descend

Faster and smaller alternative to Ramda
Go to Latest
function descend
import { descend } from "https://deno.land/x/rambda@v9.1.0/immutable.d.ts";

Parameters

fn: (obj: T) => Ord
a: T
b: T

Returns

Ordering

Parameters

fn: (obj: T) => Ord

Returns

(a: T, b: T) => Ordering