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