NegInfInterval.this
this
(scope const TP end) pure nothrowParameters
end | The time point which ends the interval. Example: -------------------- auto interval = PosInfInterval!Date(Date(1996, 1, 2)); -------------------- |