HexLowercase

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

trait Alphabet
class Object
trait Matchable
class Any

Value members

Concrete methods

def toChar(i: Int): Char

Inherited methods

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