import { type Match } from "https://deno.land/x/rimbu@0.13.5/deep/mod.ts";
const { TraversalForArr } = Match;
Defines an object containing exactly one TraversalType
key, having a matcher for the array element type.
definition: [K in Match.ArrayTraversalType]: [K2 in Match.ArrayTraversalType]?: K2 extends K ? Match.Entry<T[number & keyof T], C[number & keyof C], T, R> : never[Match.ArrayTraversalType]
definition: [K in Match.ArrayTraversalType]: [K2 in Match.ArrayTraversalType]?: K2 extends K ? Match.Entry<T[number & keyof T], C[number & keyof C], T, R> : never[Match.ArrayTraversalType]