NullableRange.empty

struct NullableRange(T)
const pure @property nothrow @safe
bool
empty
()

Return Value

Type: bool

true if nullable is empty.

Meta