#20: Guarding Your Elixir Functions
In Elixir, a guard in a function is a special clause that allows you to add additional conditions to the function definition. Guards are used to apply constraints or filters to the function arguments before the function is executed. Guards are denote...
stephanyu.hashnode.dev2 min read