macro_rules! impl_pow_i {
    () => { ... };
    ($(#[$meta:meta])*  $t: ty $(, $tail:tt)*) => { ... };
}