Examples would be how

date += duration;

becomes

date.opOpAssign!"+="(duration);

Ah got it.

I'm not sure that it really helps optimize anything though. It just makes
it easier to implement new features by defining them in terms of older, more basic, already implemented features.

Yep, more like syntactic sugar.

Reply via email to