Binaries
Get familiar with the use of binaries in Elixir.
Binaries
The binary type represents a sequence of bits. A binary literal looks like << term,... >>.
The simplest term is just a number from 0 to 255 ...
Get familiar with the use of binaries in Elixir.
The binary type represents a sequence of bits. A binary literal looks like << term,... >>.
The simplest term is just a number from 0 to 255 ...