ndarray

Macro ndarray 

Source
macro_rules! ndarray {
    ($x:expr;) => { ... };
    ($x:expr; $size:expr $( , $rest:expr )*) => { ... };
}