acc

Macro acc 

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