Skip to main content

array

Macro array 

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

Macro to create Array2 from nested arrays (replaces ndarray::array!)