#elixir #learncoding
In this episode we look at Enumerables and the Enum module. Enumerables are generally data structures like List, Map, MapSet, Ranges in elixir. These data structures can have algorithms applied to them using the Enum module. In this episode we try to build a sequence number generator for our game records.
Watch the Missing Bit: • Let's Code Elixir: Enumerables and En...