stack

Function stack 

Source
pub fn stack<A, D>(
    axis: Axis,
    arrays: &[ArrayView<'_, A, D>],
) -> Result<Array<A, D::Larger>, ShapeError>
where A: Clone, D: Dimension, D::Larger: RemoveAxis,
Expand description

Stack arrays along a new axis