Function cernan::metric::cmp_tagmap [] [src]

pub fn cmp_tagmap(
    lhs: &Option<TagMap>,
    rhs: &Option<TagMap>
) -> Option<Ordering>

Compare two tagmaps

K/Vs are compared lexographically unless the maps are of different length, in which case length is the comparator.