Skip to content

Elixir's Kernel defines both to_char_list and to_charlist #4909

@Qqwy

Description

@Qqwy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions