pub fn is_sorted<T: PartialOrd>(data: &[T]) -> boolExpand description
Function for sorting a slice that implements std::cmp::PartialOrd.
Remove this once is_sorted is stabilized in std
pub fn is_sorted<T: PartialOrd>(data: &[T]) -> boolFunction for sorting a slice that implements std::cmp::PartialOrd.
Remove this once is_sorted is stabilized in std