Macro array

Source
macro_rules! array {
    [$($element:expr),* $(,)?] => { ... };
}