macro_rules! impl_mean_float { ($($t:ty),+) => { ... }; }
Generate mean operations for floating point types