Function WindowsDirectory.contents

Get directory contents as a range. This range should be lazily evaluated when practical. The entries "." and ".." are skipped.

std.range.interfaces.InputRange!(dlib.filesystem.filesystem.DirEntry) contents();