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