macro_rules! compare_by {
    ($ty:ident $(< $life:lifetime >)?, $f:ident) => { ... };
}
Expand description