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