Skip to main content
Module

std/data_structures/comparators.ts

The Deno Standard Library
Go to Latest
import * as mod from "https://deno.land/std@0.223.0/data_structures/comparators.ts";

Functions

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

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