pub type Xor<A, B> = CombinatorSystem<XorMarker, A, B>;Expand description
Combines the outputs of two systems using the ^ operator.
Aliased Typeยง
pub struct Xor<A, B> { /* private fields */ }pub type Xor<A, B> = CombinatorSystem<XorMarker, A, B>;Combines the outputs of two systems using the ^ operator.
pub struct Xor<A, B> { /* private fields */ }