Skip to main content
Module

x/rimbu/mod.ts>Match.MatchArray

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

Type representing allowed matchers for arrays

Type Parameters

T extends readonly any[]
P
R
definition: (Match.Compare<T, P, R> | [K in [K2 in keyof T]: K2[keyof T]]?: MatchHelper<T[K], T, R>) & Literal.NoIterable