phobos/std/datetime
Vladimir Panteleev d18d52641c
std.datetime.date: Clarify that add/roll mutate the current object
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`.
2018-11-01 21:24:52 +00:00
..
date.d std.datetime.date: Clarify that add/roll mutate the current object 2018-11-01 21:24:52 +00:00
interval.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
package.d Simplified std.datetime.package overview 2018-04-04 09:23:52 -04:00
stopwatch.d Revert "Add dontOptimizeAway to std.datetime.stopwatch" 2018-06-13 16:19:17 -04:00
systime.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
timezone.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00