any-dict

Elm dictionary with custom key types.

BSD-3-CLAUSE License

Stars
20
Committers
4

AnyDict

This library implements a thin wrapper around dictionaries from core library adding support for keys of any type.

It solves the same problem as elm-all-dict did 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 (and Dict.Extra) exactly where possible.

Some parts of the documentation are stolen directly from elm/core.