Bitwise operator in Elixir - need help understanding it
|
|
13
|
4699
|
November 25, 2024
|
Writing a macro that defines infix operators
|
|
3
|
57
|
October 31, 2024
|
Why doesn't Elixir support standard operator overloading?
|
|
20
|
1507
|
October 21, 2023
|
What's `v(-1)` in place of the omitted left side expression in an operator overload
|
|
1
|
365
|
March 4, 2023
|
Is this behavior of ++ and -- intended?
|
|
6
|
793
|
September 12, 2020
|
Joining list and tuple?
|
|
12
|
1544
|
July 10, 2020
|
Basic < Operator working between integer and list
|
|
3
|
620
|
October 11, 2019
|
Naive Datetime values comparison using < and > operators
|
|
8
|
2865
|
September 17, 2019
|
(["a", "b"] -- ["a"]) ++ ["a"] vs ["a", "b"] -- ["a"] ++ ["a"]
|
|
6
|
922
|
June 1, 2018
|
What infix operators would you like to see in Elixir?
|
|
14
|
3950
|
July 9, 2016
|