Interval.length
@property auto length() const pure nothrowReturns the duration between begin and end.
Example:
assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).length ==
dur!"days"(5903));@property auto length() const pure nothrowReturns the duration between begin and end.
Example:
assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).length ==
dur!"days"(5903));