import { default } from "https://deno.land/x/xnd@v3.0.2/symbols/rem.ts";
Finds the remainder left over by a Number or BigInt divided by another.
Helpful with optional chaining (?.).
optionalValue?.[rem](12);
import { default } from "https://deno.land/x/xnd@v3.0.2/symbols/rem.ts";
Finds the remainder left over by a Number or BigInt divided by another.
Helpful with optional chaining (?.).
optionalValue?.[rem](12);