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

type Sum<A, B> = <A as Add<B>>::Output;

Alias for the associated type of Add: Sum<A, B> = <A as Add<B>>::Output