f

Macro f 

Source
macro_rules! f {
    ($x:expr; $($f:tt)*) => { ... };
    ($x:expr) => { ... };
}