pub type Nand<A, B> = CombinatorSystem<NandMarker, A, B>;
Expand description
Combines and inverts the outputs of two systems using the &&
and !
operators.
Aliased Typeยง
struct Nand<A, B> { /* private fields */ }
pub type Nand<A, B> = CombinatorSystem<NandMarker, A, B>;
Combines and inverts the outputs of two systems using the &&
and !
operators.
struct Nand<A, B> { /* private fields */ }