the same time? This can be handy for mutable data types, like
Vector2
in libGDX
s
scott
06/08/2017, 3:54 PM
molikto: guessing the thinking is override plus for immutable objects (like + for strings and ints) and then plusAssign to say you are mutating the object.