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