Overload conversion to for Path => std.file.DirEntry.
auto d = cwd().to!(std.file.DirEntry);
See Implementation
Overload conversion to for Path => std.file.DirEntry.