pub type MutStridedView<'a, T> = StridedBase<&'a mut [T]>;
pub struct MutStridedView<'a, T> { /* private fields */ }