import { HashMapBlock } from "https://deno.land/x/rimbu@0.13.1/hashed/map-custom/index.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]>