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

Concrete methods

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

Concrete fields

val pad: Char