import { type Deep } from "https://deno.land/x/rimbu@0.13.5/deep/internal.ts";
const { Part } = Deep.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 Deep } from "https://deno.land/x/rimbu@0.13.5/deep/internal.ts";
const { Part } = Deep.Path.Result;
Determines the result of getting the property/index K
from type T
, taking into
account that the value may be optional.