import { SortedMapBuilder } from "https://deno.land/x/rimbu@1.0.4/sorted/map-custom/implementation/builder.ts";
Constructors
new
SortedMapBuilder()Properties
addEntries: (source: StreamSource<readonly [K, V]>) => boolean
children: SortedMapBuilder<K, V>[]
removeKeys: <UK>(keys: StreamSource<RelatedTo<K, UK>>) => boolean
Methods
addEntryInternal(entry: readonly [K, V]): boolean
prepareMutate(): void
removeInternal<O>(key: K, otherwise?: OptLazy<O>): V | O