VFSRange.popBack

Pop the back element from the range.

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

Meta