VFSRange.length

Get number of items in the range.

struct VFSRange(T)
@property @safe pure nothrow const @nogc
size_t
length
()
if (
is(T == VFSDir) ||
is(T == VFSFile)
)

Meta