Performs addition that saturates at the numeric bounds instead of overflowing.Documentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
Signature
Examples
Trait functions
saturating_add
Saturating addition. Computesself + other, saturating at the relevant high or low
boundary of the type.