turboMaCk/any-dict

Elm dictionary with custom key types.


Keywords
dictionary, elm-lang
License
BSD-3-Clause
Install
elm-package install turboMaCk/any-dict 2.6.0

Documentation

AnyDict

Build Status

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-lang/core.