Private
Readonly
densePrivate
Readonly
idsPrivate
Readonly
sparseDeletes the values with given keys.
Optional
options: AbortOptionsOptional
thisArg: unknownGets the list of data identified by given keys.
Optional
options: AbortOptionsChecks if given keys exist in the set.
Optional
options: AbortOptionsSets an entry in the map. Returns MaybePromise<unknown>
to be compatible with ES Map.
Sets given list of entries.
Optional
options: AbortOptionsSets or deletes given list of entries.
Optional
options: AbortOptionsGenerated using TypeDoc
Sparse set based map with generational index as key.