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