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