OptionRange.front

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

Meta