Skip to main content
Module

x/rimbu/mod.ts>Comp.stringCharCodeComp

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function Comp.stringCharCodeComp
import { Comp } from "https://deno.land/x/rimbu@0.13.2/mod.ts";
const { stringCharCodeComp } = Comp;

Returns a string Comp instance that orders strings according to their indexed char codes.

Returns

Comp<string>