Writing a keyword list guard?
|
|
1
|
538
|
September 18, 2023
|
CompileError: "invalid use of _. "_" represents a value to be ignored in a pattern and cannot be used in expressions"
|
|
10
|
2254
|
January 30, 2023
|
How let a function be used in a guard like is_binary/1
|
|
9
|
815
|
December 18, 2022
|
Why can or be used in guard clauses but not ||?
|
|
26
|
1467
|
December 5, 2022
|
What is considered 'bad' in a guard clause?
|
|
3
|
584
|
December 2, 2022
|
Can a defguard definition match against a struct?
|
|
14
|
2861
|
June 21, 2022
|
Strange exception handling by guard clause
|
|
15
|
1307
|
December 13, 2021
|
It's possible to write a custom Guard to check for a blank string?
|
|
21
|
13411
|
March 10, 2021
|
Incompatible types warning on complex defguard within elixir 1.11.3
|
|
4
|
1330
|
March 1, 2021
|
Please help me with example use case for WHEN in elixir
|
|
4
|
6210
|
December 22, 2020
|
Is it possible to write a guard clause that validates a regex?
|
|
4
|
1617
|
September 30, 2020
|
How can I check if an argument is a valid IO list?
|
|
1
|
2242
|
January 23, 2020
|
Using macros in guard clauses
|
|
7
|
3477
|
October 17, 2019
|
Idiomatic: pattern matching with two function heads or boolean guard clause?
|
|
4
|
1599
|
March 9, 2019
|
Idea: 'multiguards' to allow structs in guards
|
|
1
|
1622
|
December 13, 2018
|
Idiomatic guard clause for checking not nil
|
|
3
|
41672
|
November 28, 2018
|
Function refs in guards
|
|
9
|
1514
|
August 26, 2018
|
Can I check if value is in range in a guard clause
|
|
7
|
10683
|
July 2, 2018
|
Error defining a guard - invalid syntax in defguard
|
|
10
|
5603
|
April 23, 2018
|
How to handle "bad argument in arithmetic expression" error by using guards
|
|
3
|
8687
|
March 7, 2018
|
A possibility for extending the usability guard clauses
|
|
1
|
1403
|
April 7, 2017
|
Design problem with three similar structs
|
|
1
|
981
|
August 6, 2016
|