type Arr<T,C,P,R>
The type that determines allowed matchers for arrays/tuples.
Definition
type Arr<T, C, P, R> = C | Match.CompoundForArr<T, C, P, R> | Match.TraversalForArr<T, C, R> | (Match.TupIndices<T, C, R> & {
[K in Match.CompoundType | Match.ArrayTraversalType]?: never;
});