Skip to main content

NorElse

Type Alias NorElse 

Source
pub type NorElse<A, B> = CombinatorSystem<NorElseMarker, A, B>;
Expand description

Combines and inverts the outputs of two systems using the || and ! operators (short-circuiting).

Aliased Typeยง

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