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ยง
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.
struct Nor<A, B> { /* private fields */ }