Type Alias Sub

Source
pub type Sub<A: Int, B: Int> = <A as IntSub<B>>::Output;