import { type Deep } from "https://deno.land/x/rimbu@1.1.0/deep/internal.ts";
const { Arr } = Deep.Match;
The type that determines allowed matchers for arrays/tuples.
definition:
| C
import { type Deep } from "https://deno.land/x/rimbu@1.1.0/deep/internal.ts";
const { Arr } = Deep.Match;
The type that determines allowed matchers for arrays/tuples.