Skip to main content

Module replace_arith_op

Module replace_arith_op 

Source

Enumsยง

ArithKind ๐Ÿ”’

Functionsยง

is_primitive_int ๐Ÿ”’
parse_binary_op ๐Ÿ”’
Extract the operands of an arithmetic expression (e.g. 1 + 2 or 1.checked_add(2))
replace_arith ๐Ÿ”’
replace_arith_with_checked ๐Ÿ”’
replace_arith_with_saturating ๐Ÿ”’
replace_arith_with_wrapping ๐Ÿ”’