pub fn stack<Args, Inp>(args: Args) -> <Args as StackAPI<Inp>>::Outwhere Args: StackAPI<Inp>,
Joins a sequence of arrays along a new axis.
Python Array Standard stack
stack