VFSRange.compare

Function used to compare items alphabetically.

struct VFSRange(T)
static
bool
compare
(
T a
,
T b
)
if (
is(T == VFSDir) ||
is(T == VFSFile)
)

Meta