Function concatenate

Source
pub fn concatenate(arrays: &[impl AsRef<Array>]) -> Result<Array>
Expand description

Concatenate the arrays along the first axis. Returns an error if the shapes are invalid.