macro_rules! array { ($value:expr; $count:expr) => { ... }; ($($value:expr),* $(,)?) => { ... }; }
Create a new Array from values.
Array