Skip to main content

NorEager

Type Alias NorEager 

Source
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 */ }