macro_rules! stack {
($arrays:expr) => { ... };
($arrays:expr, stream = $stream:expr) => { ... };
}👎Deprecated since 0.26.0:
the old stack used axis 0; use stack(arrays, 0)
Expand description
Macro generated for the function crate::ops::stack. See the function documentation for more details.