Optional
order: numberOrder of the tree, which is the maximum branching factor / number of children of a node. Must be >= 2.
Optional
compare: ((a, b) => number)Function that defines the sort order of keys.
Function that defines the sort order of keys.
Readonly
[rangeProtected
Readonly
codecThe codec to convert keys to map entries.
Protected
Optional
Readonly
compareFunction that defines the sort order of keys.
Optional
options: RangeQueryOptions<K>Optional
options: RangeQueryOptions<K>Readonly
mapUnderlying map.
Optional
Readonly
orderOrder of the tree, which is the maximum branching factor / number of children of a node. Must be >= 2.
Optional
options: RangeQueryOptions<K>Returns the number of elements in the tree.
Adds an entry to the set. Returns MaybePromise<unknown>
to be compatible with ES Set.
Optional
options: AbortOptionsAdds the values with given keys to the set.
Optional
options: AbortOptionsDeletes an entry from the set. Returns MaybePromise<unknown>
to be compatible with ES Set.
Optional
options: AbortOptionsDeletes the values with given keys.
Optional
options: AbortOptionsReturns whether a value exists in the set.
Optional
options: AbortOptionsChecks if given keys exist in the set.
Optional
options: AbortOptionsAdds or deletes given list of keys.
Optional
options: AbortOptionsGenerated using TypeDoc
A MapSet backed by BTreeMap.