A Arena with synchronous operations.
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.
MaybePromise<unknown>
Optional
Gets a value by key from the map.
Returns whether a key exists in the map.
Updates a value on the arena. Does nothing if the key does not exist.
Generated using TypeDoc
A Arena with synchronous operations.