Stack mlx arrays along a new axis
     
    
    Usage
    mlx_stack(..., axis = 1L)
 
    
    Arguments
- ...
- One or more arrays (or a single list of arrays) coercible to mlx. 
- axis
- Position of the new axis (1-indexed, negative values count from the end). 
 
    
    Value
    An mlx array with one additional dimension.