import { type Tuple } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.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@1.0.3/core/main/exports.ts";
const { IsTuple } = Tuple;