...

/

Enum: Processing Collections

Enum: Processing Collections

Learn functionalities which can be performed with the help of the Enum module.

We'll cover the following...

Introduction

The Enum module is probably the most used of all the Elixir libraries. We can employ it to iterate, filter, combine, split, and otherwise manipulate collections. Here are some common tasks:

  • Convert any collection into a list:
...