HexLowercase

object HexLowercase extends LenientHex

Base 16 alphabet that uses {0-9, a-f}. Whitespace and underscores are ignored.

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

Concrete methods

def toChar(i: Int): Char

Inherited methods

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