import { type Path } from "https://deno.land/x/rimbu@1.1.0/deep/mod.ts";
const { MaybeValue } = Path.Internal;
Returns type T
if Maybe
is false, T | undefined
otherwise.
import { type Path } from "https://deno.land/x/rimbu@1.1.0/deep/mod.ts";
const { MaybeValue } = Path.Internal;
Returns type T
if Maybe
is false, T | undefined
otherwise.