Trait util::SliceExt[][src]

pub trait SliceExt: SliceExtSealed {
    type Inner;
    fn is_sorted(&self) -> bool
    where
        Self::Inner: Ord
; }

Associated Types

Required Methods

Implementors