concat

Function concat 

Source
pub fn concat<Args, Inp>(args: Args) -> <Args as ConcatAPI<Inp>>::Out
where Args: ConcatAPI<Inp>,
Expand description

Join a sequence of arrays along an existing axis.

ยงSee also