Skip to main content
Module

x/rimbu/deep/mod.ts>Path.Internal.Arr

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

Determines the allowed paths for an array.

Type Parameters

T extends readonly any[]
definition: `[${number}]${Path.Internal.Generic<T[number], false, true>}`