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