1/// Implements the sequence traits for the `Slice` type. 2pub mod slice; 3/// Implements the sequence traits for the `Vec` type. 4pub mod vec;