import { type StrNum } from "https://deno.land/x/rimbu@1.1.0/typical/mod.ts";
const { Digit } = StrNum;
All numeric digits as strings
definition: "0" | PosDigit
import { type StrNum } from "https://deno.land/x/rimbu@1.1.0/typical/mod.ts";
const { Digit } = StrNum;
All numeric digits as strings