Built-in Protocols

Understand built-in protocols in Elixir.

We'll cover the following...

Introduction

Elixir comes with the following protocols:

  • Enumerable
  • Collectable
...