Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/collections/rb_tree.ts>ascend

Deno standard library
Go to Latest
function ascend
import { ascend } from "https://deno.land/std@0.148.0/collections/rb_tree.ts";

Compares its two arguments for ascending order using JavaScript's built in comparison operators.