unstack

Function unstack 

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

Splits an array into a sequence of arrays along the given axis.

ยงSee also

Python Array Standard unstack