[][src]Function mrml::util::sort_by_key

pub fn sort_by_key<'r, 's>(
    a: &'r (&String, &String),
    b: &'s (&String, &String)
) -> Ordering