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

type Mod<A, B> = <A as Rem<B>>::Output;

Alias for the associated type of Rem: Mod<A, B> = <A as Rem<B>>::Output