ComparableBoolean
import { ComparableBoolean } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/boolean.ts";The canonical implementation of Comparable for boolean. It contains the method equals.
const ComparableBoolean: Comparable<boolean>;