Macro dipa::number_diff_impl_option_wrapped[][src]

macro_rules! number_diff_impl_option_wrapped {
    ($num_ty : ty, $other : ty) => { ... };
}
Expand description

Used for integer and float types excluding u8 and i8 since those two do not use Option wrappers.