import { type Match } from "https://deno.land/x/rimbu@0.13.5/deep/index.ts";
const { CompoundForArr } = Match;
Defines an object containing exactly one CompoundType
key, having an array of matchers.
definition: [K in Match.CompoundType]: [K2 in Match.CompoundType]?: K2 extends K ? Match.Entry<T, C, P, R>[] : never[Match.CompoundType]
definition: [K in Match.CompoundType]: [K2 in Match.CompoundType]?: K2 extends K ? Match.Entry<T, C, P, R>[] : never[Match.CompoundType]