import { type Num } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { Inc } = Num;
Add 1 to the given natural number.
Examples
Example 1
Example 1
Inc<4> => 5
Inc<312> => 313
Inc<-3> => never
import { type Num } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { Inc } = Num;
Add 1 to the given natural number.
Example 1
Inc<4> => 5
Inc<312> => 313
Inc<-3> => never