pub fn comparing<F, T, U>(f: F) -> Comparing<F>where
    F: Fn(&T) -> U,
    U: Ord,
Expand description

Create a combinator comparing by key.