Performs addition that wraps around on overflow.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
wrapping_add
Wrapping (modular) addition. Computesself + other, wrapping around at the boundary of the
type.