array_init_macro

Macro arr

Source
macro_rules! arr {
    ($type:ty; $count:expr; $init:expr) => { ... };
}