Get or create a value from/in a hashmap.
Given a key attempt to retrieve a value from the hashmap. If a value for the given key is not set, set the value in the associative array to the default value for the value's type.
The value will be returned by reference.
The key in the map.
A reference to the value in the map.
See Implementation
Get or create a value from/in a hashmap.
Given a key attempt to retrieve a value from the hashmap. If a value for the given key is not set, set the value in the associative array to the default value for the value's type.
The value will be returned by reference.