import { Comp } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
const { stringCharCodeComp } = Comp;
Returns a string Comp instance that orders strings according to their indexed char codes.
import { Comp } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
const { stringCharCodeComp } = Comp;
Returns a string Comp instance that orders strings according to their indexed char codes.