Adds a value to the arena and returns its key.
Deletes an entry by key from the map. Returns MaybePromise<unknown>
to be compatible with ES Map.
Optional
options: AbortOptionsGets a value by key from the map.
Optional
options: AbortOptionsReturns whether a key exists in the map.
Optional
options: AbortOptionsGenerated using TypeDoc
An arena automatically assigns unique key to stored value.