HexUppercase

object HexUppercase 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

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