#17: Basic Pattern Matching
In Elixir, the traditional assignment operator found in most languages is replaced by the match operator, denoted by =. This match operator serves as the entry point for pattern matching, a core feature of the language.
Pattern matching in Elixir is ...
stephanyu.hashnode.dev2 min read