import { type Tuple } from "https://deno.land/x/rimbu@0.13.5/deep/tuple.ts";
const { IsTuple } = Tuple;
definition: T extends { length: infer L; } ? 0 extends L ? false : true : false
import { type Tuple } from "https://deno.land/x/rimbu@0.13.5/deep/tuple.ts";
const { IsTuple } = Tuple;