import { type MaybePromise } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
A type that is either a value T or a promise yielding a value of type T.
import { type MaybePromise } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
A type that is either a value T or a promise yielding a value of type T.