import { type IsEven } from "https://deno.land/x/rimbu@0.13.5/typical/strnum.ts";
Type that validates whether a given string-number is even. Checks that the last digit is even.
definition: U.Pred<Str.EndsWith<N, >>
| "0"
| "2"
| "4"
| "6"
| "8"