import { Comp } from "https://deno.land/x/rimbu@1.2.0/common/index.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.2.0/common/index.ts";
const { stringComp } = Comp;
Returns a Comp
instance that compares strings based on the string's localeCompare
method.