This is a common case that we can make easier to work with. ```rust impl ArrayBase<S, Ix1> { fn to_vec(&self) -> Vec<A>; } ```