VFSRange.popFront

Pop the front element from the range.

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

Meta