VFSRange.popFront

Pop the front element from the range.

struct VFSRange(T)
@safe pure nothrow @nogc
void
popFront
()
if (
is(T == VFSDir) ||
is(T == VFSFile)
)

Meta