kimlindholm / append_to_list

Example of pushing maps to an Elixir list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Append to List

Example of Enum.reduce/3 vs. list comprehensions when pushing maps to a list.

Requirements

  • Elixir 1.7 or later

Testing and Code Analysis

$ mix test
$ mix credo
$ mix dialyzer

Documentation

Generate project documentation:

 $ mix docs

License

See LICENSE.

About

Example of pushing maps to an Elixir list

License:MIT License


Languages

Language:Elixir 100.0%