Skip to main content
Module

x/rimbu/mod.ts>Deep.Match.Arr

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias Deep.Match.Arr
import { type Deep } from "https://deno.land/x/rimbu@0.12.3/mod.ts";
const { Arr } = Deep.Match;

The type that determines allowed matchers for arrays/tuples.

definition:
| C
| Match.CompoundForArr<T, C, P, R>
| Match.TraversalForArr<T, C, R>
| (Match.TupIndices<T, C, R> & [K in Match.CompoundType | Match.ArrayTraversalType]?: never)