Skip to main content
Module

x/rambda/index.d.ts>ascend

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

Parameters

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

Returns

Ordering

Parameters

fn: (obj: T) => Ord

Returns

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