Skip to main content
Module

x/rambda/rambda.js>ascend

Faster and smaller alternative to Ramda
Latest
function ascend
import { ascend } from "https://deno.land/x/rambda@9.3.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