Type Definition typenum::operator_aliases::Xor [−][src]
pub type Xor<A, B> = <A as BitXor<B>>::Output;Expand description
Alias for the associated type of BitXor: Xor<A, B> = <A as BitXor<B>>::Output
pub type Xor<A, B> = <A as BitXor<B>>::Output;Alias for the associated type of BitXor: Xor<A, B> = <A as BitXor<B>>::Output