import { type Patch } from "https://deno.land/x/rimbu@0.13.5/deep/index.ts";
const { Tup } = 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
definition: [K in Tuple.KeysOf<T>]?: Patch.Entry<T[K & keyof T], C[K & keyof C], T, R> & NotIterable