[]Type Definition skellige::prelude::blake2::crypto_mac::generic_array::typenum::operator_aliases::Xor

type Xor<A, B> = <A as BitXor<B>>::Output;

Alias for the associated type of BitXor: Xor<A, B> = <A as BitXor<B>>::Output