import { type Num } from "https://deno.land/x/rimbu@0.13.1/typical/index.ts";
const { Inc } = Num;
Add 1 to the given natural number.
import { type Num } from "https://deno.land/x/rimbu@0.13.1/typical/index.ts";
const { Inc } = Num;
Add 1 to the given natural number.