Binary Representation Of A String
A common trick in Elixir is to concatenate the null byte <<0>> to a string to see its inner binary representation.
A couple example of this can be seen in the following snippet of code:
Last updated
A common trick in Elixir is to concatenate the null byte <<0>> to a string to see its inner binary representation.
A couple example of this can be seen in the following snippet of code:
Last updated