Function indxvec::compare

source ·
pub fn compare<T>(a: &T, b: &T) -> Orderingwhere
    T: PartialOrd,
Expand description

Partial cmp that does not require T to be an iterator