Ehelper.Encoder (Ehelper v0.2.8)
View SourceEncoding and decoding helpers
bianry integer
0b0100 #=> 4
#iex> 123 |> dbg(base: :binary) #iex> # 123 #=> 0b1111011
Encoding and decoding helpers
bianry integer
#iex> 123 |> dbg(base: :binary) #iex> # 123 #=> 0b1111011