Macro saturating_int_impl

Source
macro_rules! saturating_int_impl {
    ($($t:ty)*) => { ... };
}