init_arr

Macro init_arr 

Source
macro_rules! init_arr {
    ($len:literal, $item:expr) => { ... };
}