import { type StrNum } from "https://deno.land/x/rimbu@0.13.5/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@0.13.5/typical/index.ts";
const { AppendDigit } = StrNum;