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

x/willow_utils/mod.ts>TotalOrder

TypeScript typings and utilities for the Willow protocol.
Go to Latest
type alias TotalOrder
Re-export
import { type TotalOrder } from "https://deno.land/x/willow_utils@0.8.0/mod.ts";

Defines a total order over a given set.

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