OptionRange.popFront

struct OptionRange(T)
@trusted pure nothrow
void
popFront
()
if (
is(T == class) ||
isPointer!T
)

Meta