Type Definition prop::And

source · []
pub type And<T, U> = (T, U);
Expand description

Logical AND.

Trait Implementations

The output type for commuted product.

Commutes product.

Get excluded middle rule.

Creates a product out of two propositions.