import { number } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { ComparableNumber } = number;
The canonical implementation of Comparable for number. It contains the method equal.
import { number } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { ComparableNumber } = number;
The canonical implementation of Comparable for number. It contains the method equal.