Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/core/main/index.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@1.0.0/core/main/index.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)