cereal-unordered-containers-0.1: Integration of "cereal" and "unordered-containers"

Safe HaskellNone
LanguageHaskell2010

Cereal.UnorderedContainers.Get

Documentation

strictHashMap :: (Eq key, Hashable key) => Get Int -> Get key -> Get value -> Get (HashMap key value) Source #