flat

Function flat 

Source
pub fn flat<T>(input: &Array<T>) -> Array<T>
where T: HasAfEnum,
Expand description

Flatten the multidimensional Array to an 1D Array