enum StaticOpKindThe arithmetic operators permitted in static-value expressions.
Cases
case add
Integer addition.
case sub
Integer subtraction.
case mul
Integer multiplication.
enum StaticOpKindThe arithmetic operators permitted in static-value expressions.
case addInteger addition.
case subInteger subtraction.
case mulInteger multiplication.