Elixir Protocols: a gentle introduction
Protocols are one of the more important but less publicized features of Elixir.
That’s why this lesson focuses on them directly rather than being part of a larger project. It explores defprotocol, fallback_to_any, defdelegate and working with structs.
Read next Reversing BIP-39 and the Power of Property Testing