VFSRange.length

Get number of items in the range.

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

Meta