#Weird behavior of Enum.slice
1 messages · Page 1 of 1 (latest)
Charlist. It is the same data, just different representation. Just like for example <<42>> == "*" or 0xFF == 255 - ~c"\a\b\t" == [7, 8, 9]
Elixir Programming Language Forum
Preamble This Wiki is intended to be a community-maintained (see the Contribution Guidelines if interested) resource of common “gotchas” (unexpected issues) that beginners to Elixir might experience. The main intended audience is programmers used to other languages, who come to Elixir and find themselves confused by some particularities of the ...
Oh, I see. Thank you very much!