f

Macro f 

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