okeuday / keys1value

Erlang set associative map for key lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Erlang set associative map for key lists

License:MIT License


Languages

Language:Erlang 89.7%Language:Elixir 10.3%