import { type StrNum } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { AppendDigit } = StrNum;
Type Parameters
D extends Digit
definition: N extends "0" ? D : Str.Append<N, D>
import { type StrNum } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { AppendDigit } = StrNum;