SIGN IN SIGN UP

std.io: move getStdIn, getStdOut, getStdErr functions to fs.File

preparing to rearrange std.io namespace into an interface

how to upgrade:

std.io.getStdIn() -> std.fs.File.stdin()
std.io.getStdOut() -> std.fs.File.stdout()
std.io.getStdErr() -> std.fs.File.stderr()
A
Andrew Kelley committed
0b3f0124dc33403d329fb8ee63a93215d9af1f1e
Parent: 7c42517