mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
![]() It was not clear from the documentation whether these methods mutate the current object, or return a new object with the applied modification. The fact that these functions have a non-void return type adds to the confusion. Clarify this by explicitly mentioning that the functions mutate the current object, and add a "Returns:" DDoc section documenting that the methods simply return `this`. |
||
---|---|---|
.. | ||
date.d | ||
interval.d | ||
package.d | ||
stopwatch.d | ||
systime.d | ||
timezone.d |