Simplifying arithmetic and comparison operator implementation.
Implementing + and - in terms of += and -=. Implementing != in terms of ==.
Showing
Please
register
or
sign in
to comment
Implementing + and - in terms of += and -=. Implementing != in terms of ==.