https://issues.dlang.org/show_bug.cgi?id=18017
--- Comment #3 from Steven Schveighoffer <[email protected]> --- Nevertheless, it's still a bug, as File.size using ulong as its return seems to suggest it can handle it. Note, there's also std.file.getSize: https://dlang.org/phobos/std_file.html#getSize if you aren't actually reading anything in the file. --
