Skip to main content

AndEager

Type Alias AndEager 

Source
pub type AndEager<A, B> = CombinatorSystem<AndEagerMarker, A, B>;
Expand description

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

Aliased Typeยง

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