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