macro_rules! array {
[$([$($val:expr),* $(,)?]),* $(,)?] => { ... };
}Expand description
Macro to create Array2 from nested arrays (replaces ndarray::array!)
macro_rules! array {
[$([$($val:expr),* $(,)?]),* $(,)?] => { ... };
}Macro to create Array2 from nested arrays (replaces ndarray::array!)