array

Macro array 

Source
macro_rules! array {
    [$value:expr; $len:expr] => { ... };
    [$($item:expr),+ $(,)?] => { ... };
}