Macro impl_const

Source
macro_rules! impl_const {
    ($type:ident, $name:ident, $multiplier:expr, $power:expr) => { ... };
}