Mu
Multiple Clause Functions
in
Elixir
11 exercises
In Elixir, a single function can have multiple clauses. This is achieved by pattern matching the function's arguments and by using guards.
Explore concept