macro_rules! expand_2_2_same {
{
$exact:ident $with_approx:ident $with_correlation:ident,
$unit1:ident $unit2:ident
} => { ... };
}macro_rules! expand_2_2_same {
{
$exact:ident $with_approx:ident $with_correlation:ident,
$unit1:ident $unit2:ident
} => { ... };
}