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

x/willow/deps.ts>TotalOrder

Exploring Willow in the most efficient and sound programming language
Go to Latest
type alias TotalOrder
Re-export
import { type TotalOrder } from "https://deno.land/x/willow@0.2.1/deps.ts";

Defines a total order over a given set.

definition: (a: ValueType, b: ValueType) => -1 | 0 | 1