This library implements thin wrapper over standard implementation of a dictionary from the core library to make it possible to use it in a fairly type-safe way with any type used for keys.
It solves the same problem as elm-all-dict just in a very much different way
without any Kernel (Native) code and on top of existing and well tested
Dict
type.
API mirrors the standard Dict
exactly where possible.
Some parts of the documentation are stolen directly from elm-lang/core
.