pub trait RawSlice: Collection { // Required method fn raw_slice(&self) -> &[Self::Scalar]; }
Returns a reference to the underlying data as a flat array.