CompareCopyimport type { Compare } from "https://raw.githubusercontent.com/baetheus/fun/main/comparable.ts";The compare function in a Comparable. type Compare<A> = (second: A) => (first: A) => boolean;§Type Parameters§A[src]§Type§(second: A) => (first: A) => boolean[src]