In Croydon, we decided to rename `std::mul_sat` to `std::saturating_mul`. We presumably want to continue with the Rust naming scheme, and Rust has a `widening_mul` function.
In Croydon, we decided to rename
std::mul_sattostd::saturating_mul.We presumably want to continue with the Rust naming scheme, and Rust has a
widening_mulfunction.