import { type Path } from "https://deno.land/x/rimbu@0.13.5/deep/mod.ts";
const { Tup } = Path.Internal;
Determines the allowed paths for a tuple. Since tuples have fixed types, they do not need to be optional, in contrast to arrays.
definition: [K in Tuple.KeysOf<T>]: `[${K}]${Path.Internal.Generic<T[K], Write, Maybe>}`[Tuple.KeysOf<T>]