Module ArithmeticOperation
Provides classes for arithmetic operations.
Import path
import codeql.rust.elements.ArithmeticOperationClasses
| ArithmeticOperation | An arithmetic operation, such as |
| AssignArithmeticOperation | An arithmetic assignment operation, such as |
| BinaryArithmeticOperation | A binary arithmetic operation, such as |
| PrefixArithmeticOperation | A prefix arithmetic operation, such as |