Skip to main content

concatenate_flat

Function concatenate_flat 

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

Flatten the arrays and concatenate them. Use concatenate to concatenate along an axis.