import { type Path } from "https://deno.land/x/rimbu@1.0.2/deep/internal.ts";
const { Part } = Path.Result;
Determines the result of getting the property/index K
from type T
, taking into
account that the value may be optional.
import { type Path } from "https://deno.land/x/rimbu@1.0.2/deep/internal.ts";
const { Part } = Path.Result;
Determines the result of getting the property/index K
from type T
, taking into
account that the value may be optional.