[][src]Macro geod::impl_angle_ops

macro_rules! impl_angle_ops {
    ($t:ty: <$sum_t: ty) => { ... };
}

Implement addition and subtraction operations on the UnitsAngle types. $sum_t should be able to hold a sum of any units without the risk of overflow.