import { type Deep } from "https://deno.land/x/rimbu@0.13.5/deep/index.ts";
const { Tup } = Deep.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 Deep } from "https://deno.land/x/rimbu@0.13.5/deep/index.ts";
const { Tup } = Deep.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.