Pattern matching.

  1. The match operator
  2. Pattern matching
  3. The pin operator

In this chapter, we will show how the = operator in Elixir is actually a match operator and how to use it to pattern match inside data structures. Finally, we will learn about the pin operator ^ used to access previously bound values.