Skip to main content
Module

x/rambda/rambda.js>descend

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

Parameters

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

Returns

Ordering

Parameters

fn: (obj: T) => Ord

Returns

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