arr

Macro arr 

Source
macro_rules! arr {
    ($($proc_macro:tt)*) => { ... };
}