saturating_add_pos function adds two numbers, saturating at 0 and 2,147,483,647 instead of overflowing.
saturating_add_pos()
Add two numbers, saturating at 0 for the minimum bound
Early access Since 1.8.0
The