Binary

object Binary extends BinaryAlphabet

Binary alphabet that uses {0, 1} and allows whitespace and underscores for separation.

Binary alphabet that uses {0, 1} and allows whitespace and underscores for separation.

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