pub type NorEager<A, B> = CombinatorSystem<NorEagerMarker, A, B>;Expand description
Combines and inverts the outputs of two systems using the | and ! operators (eagerly evaluated).
Aliased Typeยง
pub struct NorEager<A, B> { /* private fields */ }