Performs subtraction 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_sub
Wrapping (modular) subtraction. Computesself - other, wrapping around at the boundary of
the type.