Module

std/collections/bs_tree.ts>ascend

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

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

import ascend
import { ascend } from "https://deno.land/std@0.139.0/collections/bs_tree.ts";

This module is browser compatible.