import { type Comparable } from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/index.ts";
The Comparable
interface is used to compare an object of the same class
with an instance of that class, it provides ordering of data for objects of
the user-defined class.
This interface is inspired by Java's Comparable
interface.