NegInfInterval.this

struct NegInfInterval(TP)
pure nothrow
this
(
scope const TP end
)

Parameters

end TP

The time point which ends the interval.

Examples

auto interval = PosInfInterval!Date(Date(1996, 1, 2));

Meta