:: x -> HashMap x y -> y is:exact -package:rio

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.
Return the value to which the specified key is mapped, or Nothing if this map contains no mapping for the key. This is a flipped version of lookup.