Alphabet

trait Alphabet
Partial mapping between characters and indices used in base conversions.
class Object
trait Matchable
class Any

Value members

Methods

def toChar(index: Int): Char
Converts the specified index to a character.
Throws
IndexOutOfBoundsException
IndexOutOfBoundsException
def toIndex(c: Char): Int
Converts the specified char to an index.
Throws
IllegalArgumentException
IllegalArgumentException
def ignore(c: Char): Boolean
Indicates whether the specified character should be ignored.