TaggedTupleShorthand - Field Punning in Elixir
|
|
3
|
121
|
December 23, 2024
|
Is there a function to convert an IP address to a tuple, i.e. {127,0,0,1}?
|
|
7
|
1775
|
October 16, 2024
|
Destructuring a 3-tuple throws linter warning but still works. Incompatible types: tuple() !~ {var1, var2, var3}
|
|
8
|
291
|
May 21, 2024
|
Internal data representation of an empty tuple
|
|
3
|
446
|
September 19, 2023
|
Pattern matching nested tuples
|
|
4
|
1002
|
April 20, 2022
|
Quick extraction of elem from tuple - best practice?
|
|
4
|
595
|
January 3, 2022
|
Destructuring a 2-tuple throws linter warning but still works. Incompatible types: tuple() !~ {var1, var2}
|
|
5
|
1292
|
October 10, 2021
|
Fun with mapping over tuples
|
|
0
|
1510
|
September 6, 2021
|
TaggedTuple
|
|
7
|
1538
|
August 17, 2021
|
Why is my random number lookup slow using lists?
|
|
9
|
1735
|
January 5, 2020
|
Looping list and add to tuple
|
|
9
|
4049
|
May 29, 2019
|
Sending ok/error-tuples to the frontend - what do you use and why?
|
|
17
|
2784
|
November 21, 2018
|
Question marks and tuple returns?
|
|
2
|
1416
|
August 18, 2018
|
Display custom error message in proper format
|
|
2
|
890
|
May 25, 2018
|
Organization and implementation of Elixir
|
|
3
|
1159
|
April 23, 2018
|