Skip to main content
Module

x/rimbu/mod.ts>Deep.Path.Internal.Generic

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

Determines the allowed paths into a value of type T.

Type Parameters

T
Write extends boolean
Maybe extends boolean
optional
First extends boolean = false
definition: `${IsAnyFunc<T> extends true ? "" : "" | Path.Internal.NonEmpty<T, Write, Maybe, First>}`