import { Comp } from "https://deno.land/x/rimbu@1.0.2/common/comp.ts";
const { anyStringJSONComp } = Comp;
Returns a Comp instance converts values to string with JSON.stringify, and orders the resulting string naturally.
import { Comp } from "https://deno.land/x/rimbu@1.0.2/common/comp.ts";
const { anyStringJSONComp } = Comp;
Returns a Comp instance converts values to string with JSON.stringify, and orders the resulting string naturally.