import { type StrNum } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { TupleLength } = StrNum;
Infers and returns the length of given Tuple T.
definition: T extends { length: infer L; } ? L : never
import { type StrNum } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { TupleLength } = StrNum;
Infers and returns the length of given Tuple T.