import { type RMapBase } from "https://deno.land/x/rimbu@0.13.0/collection-types/map-custom/index.ts";
const { Builder } = RMapBase;
Properties
Returns the context
associated to this collection instance.
Methods
Returns the value associated with the given key
, or given otherwise
value if the key is not in the collection.
Returns true if the given key
is present in the builder.
Performs given function f
for each entry of the builder.
Adds given entries
to the builder.
Removes the entry with given key
from the builder.
Removes the entries in the given keys
StreamSource
from the builder.
Modifies or creates the builder entry with given atKey
as its key according to given options
.
Updates the value in the builder associated with given key
according to given update
value or function.
Returns an immutable collection instance containing the entries in this builder.