import { type Deep } from "https://deno.land/x/rimbu@0.13.5/deep/index.ts";
const { Tup } = Deep.Patch;
A type defining the allowed patch values for tuples.
definition: [K in Tuple.KeysOf<T>]?: Patch.Entry<T[K & keyof T], C[K & keyof C], T, R> & NotIterable