OptionRange.front

struct OptionRange(T)
@safe pure nothrow @property inout
inout(T)
front
()
if (
is(T == class) ||
isPointer!T
)

Meta