CompileError: "invalid use of _. "_" represents a value to be ignored in a pattern and cannot be used in expressions"
|
|
10
|
1173
|
January 30, 2023
|
How let a function be used in a guard like is_binary/1
|
|
9
|
457
|
December 18, 2022
|
Why can or be used in guard clauses but not ||?
|
|
26
|
650
|
December 5, 2022
|
What is considered 'bad' in a guard clause?
|
|
3
|
257
|
December 2, 2022
|
Can a defguard definition match against a struct?
|
|
14
|
1665
|
June 21, 2022
|
Strange exception handling by guard clause
|
|
15
|
820
|
December 13, 2021
|
It's possible to write a custom Guard to check for a blank string?
|
|
21
|
9011
|
March 10, 2021
|
Incompatible types warning on complex defguard within elixir 1.11.3
|
|
4
|
977
|
March 1, 2021
|
Please help me with example use case for WHEN in elixir
|
|
4
|
2586
|
December 22, 2020
|
Is it possible to write a guard clause that validates a regex?
|
|
4
|
851
|
September 30, 2020
|
How can I check if an argument is a valid IO list?
|
|
1
|
1812
|
January 23, 2020
|
Using macros in guard clauses
|
|
7
|
2487
|
October 17, 2019
|
Idiomatic: pattern matching with two function heads or boolean guard clause?
|
|
4
|
1290
|
March 9, 2019
|
Idea: 'multiguards' to allow structs in guards
|
|
1
|
1266
|
December 13, 2018
|
Idiomatic guard clause for checking not nil
|
|
3
|
33358
|
November 28, 2018
|
Function refs in guards
|
|
9
|
1089
|
August 26, 2018
|
Can I check if value is in range in a guard clause
|
|
7
|
8238
|
July 2, 2018
|
Error defining a guard - invalid syntax in defguard
|
|
10
|
4527
|
April 23, 2018
|
How to handle "bad argument in arithmetic expression" error by using guards
|
|
3
|
7206
|
March 7, 2018
|
A possibility for extending the usability guard clauses
|
|
1
|
1149
|
April 7, 2017
|
Design problem with three similar structs
|
|
1
|
852
|
August 6, 2016
|