[][src]Type Definition typenum::operator_aliases::Diff

type Diff<A, B> = <A as Sub<B>>::Output;

Alias for the associated type of Sub: Diff<A, B> = <A as Sub<B>>::Output