macro_rules! impl_asum_unsigned {
($($t:ty),+) => { ... };
}Expand description
Generate L1 norm (sum of absolute values) operations for unsigned numeric types
macro_rules! impl_asum_unsigned {
($($t:ty),+) => { ... };
}Generate L1 norm (sum of absolute values) operations for unsigned numeric types