typenum::operator_aliases

Type Alias Minimum

Source
pub type Minimum<A, B> = <A as Min<B>>::Output;
Expand description

Alias for the associated type of Min: Minimum<A, B> = <A as Min<B>>::Output

Layoutยง

Note: Encountered an error during type layout; the type failed to be normalized.