Base32Crockford

Base 32 Crockford alphabet as defined by https://www.crockford.com/base32.html. Whitespace and hyphen is ignored.
trait Alphabet
class Object
trait Matchable
class Any

Value members

Methods

def toChar(i: Int): Char
def toIndex(c: Char): Int
def ignore(c: Char): Boolean

Fields

val pad: Char