Macro impl_formatop

Source
macro_rules! impl_formatop {
    ($opname:ident, $t:ident, $costf:expr) => { ... };
}