import { AsyncOptLazy } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
Functions
Returns the value or promised value contained in an | |
Returns the value contained in an |
import { type AsyncOptLazy } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
A potentially lazy and/or asynchronous value of type T.
definition: OptLazy<MaybePromise<T>>