Skip to main content

Xor

Type Alias Xor 

Source
pub type Xor<A, B> = CombinatorSystem<XorMarker, A, B>;
Expand description

Combines the outputs of two systems using the ^ operator (eagerly evaluated).

Aliased Typeยง

pub struct Xor<A, B> { /* private fields */ }