//! Contiguous behavior.
/// Contiguous behavior.
///
/// An implementing type must be able to determine if it is adjacent to another
/// instance of the same type. Useful for situations in which an values muse be
/// paired contiguously.
pub use ContiguousQueue;