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