T
– dividend type (left-hand operand)
U
– divisor type (right-hand operand, must be wrapped in
NonZero
at call-site)
The division truncates toward zero, like Cairo’s /
and %
.
Quotient
– the type produced by the divisionRemainder
– the type produced by the modulou256
by u128
):
/
and %
in a single pass.