OptionRange.empty

struct OptionRange(T)
@safe pure nothrow @property const
bool
empty
()
if (
is(T == class) ||
isPointer!T
)

Meta