#21: Function Overloading with Pattern Matching
In Elixir, function overloading can be achieved through both pattern matching and defining functions with different numbers of arguments (arities).
In this post, we are going to take a closer look at the function overloading via pattern matching. Ple...
stephanyu.hashnode.dev4 min read