pub type MutableSlice<'a, T> = Slice<T, Mutable<'a, T>>;
pub struct MutableSlice<'a, T> { /* private fields */ }