OptionRange.empty

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

Meta