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