In Elixir, letters can be represented by the binary value, for example: ?a = 97, and <<?a>> = "a". If you pass the binary range numbers representation of the alphabet to Enum.to_list/1 you can get a list of all the letters of the alphabet. #coding #programming
0
3
1
0
0
Download Image