Skip to content

Add the CharSet#[] method #1

Description

@postmodern

CharSet should have a [] method for mapping a byte to a char, or vice versa.

Chars::ALPHA['A']
# => 0x41
Chars::ALPHA[0x41]
# => "A"

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions