NegInfInterval.empty

Whether the interval's length is 0. Always returns false.

struct NegInfInterval(TP)
enum bool empty;

Examples

assert(!NegInfInterval!Date(Date(1996, 1, 2)).empty);

Meta