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

type And<A, B> = <A as BitAnd<B>>::Output;

Alias for the associated type of BitAnd: And<A, B> = <A as BitAnd<B>>::Output