HexLowercase

object HexLowercase extends LenientHex
Base 16 alphabet that uses {0-9, a-f}. Whitespace and underscores are ignored.
class LenientHex
trait Alphabet
class Object
trait Matchable
class Any

Value members

Methods

def toChar(i: Int): Char

Inherited methods

def ignore(c: Char): Boolean
Inhertied from
LenientHex
def toIndex(c: Char): Int
Inhertied from
LenientHex