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