import { Comp } from "https://deno.land/x/rimbu@1.0.2/common/comp.ts";
const { stringComp } = Comp;
Returns a Comp
instance that compares strings based on the string's localeCompare
method.
import { Comp } from "https://deno.land/x/rimbu@1.0.2/common/comp.ts";
const { stringComp } = Comp;
Returns a Comp
instance that compares strings based on the string's localeCompare
method.