Whether this interval is after the given interval and does not intersect it.
The interval to check against this interval.
assert(PosInfInterval!Date(Date(1996, 1, 2)).isAfter( NegInfInterval!Date(Date(1996, 1, 2)))); assert(!PosInfInterval!Date(Date(1996, 1, 2)).isAfter( NegInfInterval!Date(Date(2000, 7, 1))));
See Implementation
Whether this interval is after the given interval and does not intersect it.