Bit

Bit represents a single bit, equivalent to a Boolean

Infix methods

def !=(y: Bit): Bit

def &&(y: Bit): Bit

def ^(y: Bit): Bit

def mkString(): String

def toString(): String

def unary_!(): Bit

def ||(y: Bit): Bit