DoxigAlpha

Fields of this type

Fields

#

Type definitions in this namespace

Types

#

Create a EnvMap backed by a specific allocator.

Functions

#
init
Create a EnvMap backed by a specific allocator.
deinit
Free the backing storage of the map, as well as all
putMove
Same as `put` but the key and value become owned by the EnvMap rather
put
`key` and `value` are copied into the EnvMap.
getPtr
Find the address of the value associated with a key.
get
Return the map's copy of the value associated with
remove
Removes the item from the map and frees its value.
count
Returns the number of KV pairs stored in the map.
iterator
Returns an iterator over entries in the map.

= HashMap.Size

Values

#
Size
= HashMap.Size