All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:29, 3 December 2023 Elixirfan talk contribs created page Guard Clauses in Elixir (Created page with "==Guard Clauses in Elixir== Guard clauses in Elixir allow developers to specify conditions that must be met for a function clause to be executed. These clauses provide a way to pattern match on the arguments of a function and apply different logic based on the values of those arguments. ===Syntax=== The syntax for guard clauses in Elixir is as follows: <nowiki>@</nowiki><nowiki>attr value</nowiki> where `attr` is a valid attribute and `value` is a value for that attr...")