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

x/rimbu/core/main/exports.ts>Deep.Path.Internal.Arr

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

Determines the allowed paths for an array.

Type Parameters

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