mux-elixir icon indicating copy to clipboard operation
mux-elixir copied to clipboard

Replace deprecated xor operator

Open chxmbley opened this issue 3 years ago • 0 comments

The xor operator (^^^/2) has been deprecated in favor of Bitwise.bxor/2 as of Elixir v1.12. Compiling the library currently emits the following warning:

^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead

chxmbley avatar Mar 21 '22 15:03 chxmbley