Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tstl/internal/functional/Comparator.ts>Comparator

TypeScript-STL (Standard Template Library, migrated from C++)
Latest
type alias Comparator
import { type Comparator } from "https://deno.land/x/tstl@v3.0.0/internal/functional/Comparator.ts";

Type Parameters

X
optional
Y = X
definition: (x: X, y: Y) => boolean