and abstract method

LogicValue and()

Unary AND operation.

Returns 1 iff all bits are 1. Returns x iff all bits are either 1 or invalid. Returns 0 otherwise.

Implementation

LogicValue and();