Most elegant way to match on all pattern permutations?
|
|
7
|
1329
|
April 17, 2022
|
Defdelegates with same arity but different argument name for different argument types
|
|
1
|
1365
|
March 9, 2022
|
Given `a = pattern`. `match?(^a, b)` returns false. `^a = b` returns MatchError. But `pattern = b` matches. Why?
|
|
3
|
1149
|
February 26, 2022
|
It is possible to pattern match with an OR | in a case clause
|
|
1
|
516
|
February 17, 2022
|
Handling GenServer exception written in Erlang
|
|
1
|
1067
|
December 22, 2021
|
Pattern Matching in Enum.map
|
|
3
|
2495
|
December 22, 2021
|
Can I send the result from 2 functions to the same function and if so how?
|
|
16
|
1680
|
December 21, 2021
|
Forwarding a match pattern to a custom macro
|
|
4
|
1591
|
December 19, 2021
|
Pattern matching in other languages
|
|
4
|
1491
|
December 17, 2021
|
Partial matching ETS data
|
|
5
|
1657
|
December 16, 2021
|
Pattern matching with variables and the pin operator
|
|
13
|
3720
|
November 23, 2021
|
Pattern Matching - Streams
|
|
2
|
1137
|
November 8, 2021
|
Pattern matching against a Postgrex.Error Struct
|
|
1
|
458
|
October 8, 2021
|
How to pattern match a domain name
|
|
2
|
691
|
June 16, 2021
|
Elixir pattern matching - capitalising text
|
|
3
|
1082
|
April 11, 2021
|
Pattern Matching Against an ArgumentError?
|
|
1
|
951
|
March 23, 2021
|
Patternr - experiment with pattern matching
|
|
9
|
933
|
February 18, 2021
|
Pattern match on same argument multiple times in named functions
|
|
6
|
2578
|
February 12, 2021
|
I don't understand how %{:a => a} = %{:a => 1, 2 => :b} can match
|
|
15
|
1337
|
January 5, 2021
|
Expat - composable, reusable pattern matching
|
|
33
|
6302
|
November 14, 2020
|
Pattern match first element of list value in a map
|
|
2
|
4018
|
October 28, 2020
|
Guards or pattern matching for protocol implementations
|
|
1
|
1150
|
September 16, 2020
|
Pattern Matching for params with different names in different situations
|
|
1
|
629
|
August 22, 2020
|
List traversal vs. recursive binary pattern-matching
|
|
2
|
956
|
August 6, 2020
|
Best way to compare graphemes to codepoints from a binary pattern match
|
|
4
|
1478
|
July 28, 2020
|
How to pattern matching on function calls
|
|
2
|
1211
|
July 27, 2020
|
Case with multiple values
|
|
9
|
5565
|
July 9, 2020
|
Is it bad to use pattern matching only to check type?
|
|
5
|
1540
|
July 8, 2020
|
Pattern matching in multi level nested maps
|
|
5
|
2369
|
July 2, 2020
|
Can length function be used for function argument pattern matching
|
|
9
|
2035
|
June 17, 2020
|