so if I want to support both `+=` and `+` I don't ...
# getting-started
e
so if I want to support both
+=
and
+
I don't have any other chance than avoid all the
*Assign
and implement just the basic
*
(
addAssign
and
add
)