:: x -> HashMap x y -> y -package:unordered-containers is:exact

Return the value to which the specified key is mapped. Calls error if this map contains no mapping for the key.
Return the value to which the specified key is mapped, or Nothing if this map contains no mapping for the key.