Skip to main content

NandEager

Type Alias NandEager 

Source
pub type NandEager<A, B> = CombinatorSystem<NandEagerMarker, A, B>;
Expand description

Combines and inverts the outputs of two systems using the & and ! operators (eagerly evaluated).

Aliased Typeยง

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