[]Type Definition skellige::prelude::blake2::crypto_mac::generic_array::typenum::NotEq

type NotEq<A, B> = <A as IsNotEqual<B>>::Output;

Alias for the associated type of IsNotEqual: NotEq<A, B> = <A as IsNotEqual<B>>::Output