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