Packages

Erlang Maps Dict API

Current section

Files

Jump to
mapsd README.markdown
Raw

README.markdown

Erlang Maps Dict API
--------------------
[![hex.pm version](https://img.shields.io/hexpm/v/mapsd.svg)](https://hex.pm/packages/mapsd)
Provide all the dict module interface functions for an Erlang map data
structure. The Erlang map specific functions are included. The only conflict
between the two APIs is the `maps:update/3` function which becomes
`mapsd:update_value/3`.
Author
------
Michael Truog (mjtruog [at] gmail (dot) com)
License
-------
MIT License