Protocols

Learn about protocols and their usage in Elixir.

Introduction

We’ve used the inspect function many times in this course. It returns a printable representation of any value as a ...