pub fn stack_iter<T>( iter: impl IntoIterator<Item = ArrayBase<OwnedRepr<T>, Dim<[usize; 1]>>>, ) -> ArrayBase<OwnedRepr<T>, Dim<[usize; 2]>>where T: Clone + Num,
Creates a larger array from an iterator of smaller arrays.