Sort
import type { Sort } from "https://raw.githubusercontent.com/baetheus/fun/main/sortable.ts";
The Sort function takes to values of the same
type and returns an ordering, indicating whether
first
is less than, equal to, or greater than
`second. See Ordering for the order.