import { type Num } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { Add } = Num;
Returns the sum of given numbers.
Examples
Example 1
Example 1
Add<13, 25> => 38
Add<1386, 335> => 1721
definition: StrNum.ToNumber<StrNum.Add<StrNum.FromNumber<N1>, StrNum.FromNumber<N2>>>