import { HashMapBlock } from "https://deno.land/x/rimbu@1.0.4/hashed/map-custom/implementation/immutable.ts";
Constructors
new
HashMapBlock(context: HashMapContext<K>,
entrySets: readonly MapEntrySet<K, V>[] | null,
size: number,
level: number,
Methods
copy(): HashMapBlock<K, V>
entries?,
entrySets?,
size?,
forEach(f: () => void, state?: TraverseState): void
toArray(): ArrayNonEmpty<[K, V]>