q

Macro q 

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