Current behavior
Elixir's Kernel defines the macro to_charlist/1
as well as to_char_list/1
. The first version includes documentation, the second version does not.
Expected behavior
I am not sure if there is a reason for the second version (to_char_list/1
) to exist.
- If it is a duplicate, we could remove it.
- If however there is a reason for its existence, it should receive documentation.