Type Alias Nand

Source
pub type Nand<P, Q> = Not<And<P, Q>>;
Expand description

Composes Not and And.

Aliased Typeยง

pub struct Nand<P, Q> { /* private fields */ }