Pattern matching.
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.