import { type Path } from "https://deno.land/x/rimbu@0.13.1/deep/internal.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.
import { type Path } from "https://deno.land/x/rimbu@0.13.1/deep/internal.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.