https://issues.dlang.org/show_bug.cgi?id=13544
--- Comment #5 from Walter Bright <[email protected]> --- (In reply to Vladimir Panteleev from comment #2) > Doesn't that mean that we'd also need to add overloads to std.file.copy (and > many other std.file functions)? No, the idea is to get the copy operation into the callee, not the caller. --
