Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 403 Bytes

README.markdown

File metadata and controls

17 lines (12 loc) · 403 Bytes

Erlang Set Associative Map For Key Lists

An interface is provided which takes an Erlang data structure module name that contains a dict API to provide a set associate map for a list of keys and 1 value. The maps module is supported despite not providing the dict API.

Author

Michael Truog (mjtruog at protonmail dot com)

License

MIT License