Checks whether a key is in the map, and returns a pointer to the corresponding value, or null if the key does not exist.
key to look up
pointer to value corresponding to key, or null if key not in map
See Implementation
Checks whether a key is in the map, and returns a pointer to the corresponding value, or null if the key does not exist.