1 2 3 4 5 6 7
mod base; mod operator; pub use base::*; pub use operator::*; pub type SliceMut<E> = Slice<E, ReadWrite>;