Skip to main content
Module

x/structurae/index.ts>Comparator

Data structures for high-performance JavaScript applications.
Latest
type alias Comparator
import { type Comparator } from "https://deno.land/x/structurae@4.0.1/index.ts";
definition: (a: T, b: T) => -1 | 0 | 1