En
Enum
in
Elixir
11 exercises
Enum is a module that provides a set of algorithms for working with enumerables. An enumerable is any data type that implements the Enumerable protocol. The most common of those are lists and maps.
Explore concept