pub fn flatten<T, D>(a: &Array<T, D>) -> Result<Array<T, Ix1>, FerrayError>where T: Element, D: Dimension,
Return a flattened (1-D) copy of the array.
Identical to ravel() — analogous to ndarray.flatten().
ravel()
ndarray.flatten()