Skip to main content
Module

x/rimbu/mod.ts>AsyncOptLazy

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
namespace AsyncOptLazy
Re-export
import { AsyncOptLazy } from "https://deno.land/x/rimbu@0.14.0/mod.ts";

Functions

Returns the value or promised value contained in an AsyncOptLazy instance of type T.

Returns the value contained in an AsyncOptLazy instance of type T as a promise.

type alias AsyncOptLazy
Re-export
import { type AsyncOptLazy } from "https://deno.land/x/rimbu@0.14.0/mod.ts";

A potentially lazy and/or asynchronous value of type T.