macro_rules! saturating_int_impl {
    ($($t:ty)*) => { ... };
}
🔬This is a nightly-only experimental API. (saturating_int_impl #87920)