Macro const_eval

Source
macro_rules! const_eval {
    (($type:ty) $code:expr) => { ... };
}