Macro dipa::number_diff_impl_u8_or_i8[][src]

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

Used for u8 and i8 since their diffs are not wrapped in Option. TODO: Rename to single_byte_impl or something, since we use this for bools