Has anyone written a D library similar to Boost.Filesystem that provides iterators / ranges that can perform, for example, traversing the file system directory tree?
dirEntries from std.file returns a range that lists files and directories, also in subdirectories.
dirEntries
std.file