typenum::operator_aliases

Type Alias Add1

Source
pub type Add1<A> = <A as Add<B1>>::Output;
Expand description

Alias to make it easy to add 1: Add1<A> = <A as Add<B1>>::Output

Layoutยง

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