ex_const
ex_const copied to clipboard
Constants and Enumerated Values for Elixir
Hi, I have been using ex_cont and find it to be very useful. However, I discovered if I define the following: enum test do only_one_entry 0 end then a compile...
I'm glad I found this module since from my point of view it fills a gap in Elixir - ensure that different modules refer to the same values and don't...
Elixir 1.18 / OTP28 ``` ** (ArgumentError) cannot escape #Reference. The supported values are: lists, tuples, maps, atoms, numbers, bitstrings, PIDs and remote functions in the format &Mod.fun/arity (elixir 1.18.4)...