rio-0.1.9.1: A standard library for Haskell
RIO.HashMap.Partial
Contents
(!) :: (Eq k, Hashable k) => HashMap k v -> k -> v infixl 9 #
O(log n) Return the value to which the specified key is mapped. Calls error if this map contains no mapping for the key.
error