CompileError: "invalid use of _. "_" represents a value to be ignored in a pattern and cannot be used in expressions"
|
|
10
|
943
|
January 30, 2023
|
Pattern matching a map as a parameter of a function
|
|
4
|
374
|
January 22, 2023
|
Ensuring module implements behaviour
|
|
10
|
404
|
December 28, 2022
|
Bumblebee - New Text Generation Model
|
|
3
|
458
|
December 14, 2022
|
Mixed pattern matching
|
|
4
|
198
|
September 22, 2022
|
Best approach to replace early exits the elixir way
|
|
4
|
339
|
September 10, 2022
|
What does %User{} = user means?
|
|
3
|
482
|
September 7, 2022
|
Trying to understand certain concepts through a Mastermind game sub-problem
|
|
4
|
311
|
September 2, 2022
|
Elixir way of pattern-matching against constants in function signature
|
|
6
|
494
|
August 7, 2022
|
Way too much detail about matching in the head vs accessing maps in the body
|
|
2
|
322
|
July 27, 2022
|
Studying LFPE, trouble with wildcards
|
|
3
|
268
|
July 21, 2022
|
Wanted: Tutorial on Pattern Matching to parse a binary protocol
|
|
6
|
333
|
July 19, 2022
|
How would you merge two maps keeping only the keys of the first one
|
|
13
|
744
|
April 25, 2022
|
Pattern matching nested tuples
|
|
4
|
431
|
April 20, 2022
|
Pattern match a string in a map for searching
|
|
6
|
468
|
April 19, 2022
|
Most elegant way to match on all pattern permutations?
|
|
7
|
628
|
April 17, 2022
|
Defdelegates with same arity but different argument name for different argument types
|
|
1
|
526
|
March 9, 2022
|
Given `a = pattern`. `match?(^a, b)` returns false. `^a = b` returns MatchError. But `pattern = b` matches. Why?
|
|
3
|
496
|
February 26, 2022
|
It is possible to pattern match with an OR | in a case clause
|
|
1
|
277
|
February 17, 2022
|
Handling GenServer exception written in Erlang
|
|
1
|
356
|
December 22, 2021
|
Pattern Matching in Enum.map
|
|
3
|
956
|
December 22, 2021
|
Can I send the result from 2 functions to the same function and if so how?
|
|
16
|
658
|
December 21, 2021
|
Forwarding a match pattern to a custom macro
|
|
4
|
620
|
December 19, 2021
|
Pattern matching in other languages
|
|
4
|
610
|
December 17, 2021
|
Partial matching ETS data
|
|
5
|
631
|
December 16, 2021
|
Pattern matching with variables and the pin operator
|
|
13
|
1387
|
November 23, 2021
|
Pattern Matching - Streams
|
|
2
|
487
|
November 8, 2021
|
Pattern matching against a Postgrex.Error Struct
|
|
1
|
250
|
October 8, 2021
|
How to pattern match a domain name
|
|
2
|
443
|
June 16, 2021
|
Elixir pattern matching - capitalising text
|
|
3
|
960
|
April 11, 2021
|