Macro is_infix

Source
macro_rules! is_infix {
    ($x:expr) => { ... };
}