PosInfInterval.empty

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

struct PosInfInterval(TP)
enum bool empty;

Examples

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

Meta