Andrew Kelley 0b3f0124dc 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()
2025-07-07 22:43:51 -07:00
..
2025-01-17 23:10:41 -08:00
2025-01-17 23:10:41 -08:00
2025-01-17 23:10:41 -08:00
2025-01-17 23:10:41 -08:00
2025-02-22 17:09:20 -08:00
2025-01-17 23:10:41 -08:00
2025-01-17 23:10:41 -08:00
2025-01-17 23:10:41 -08:00
2025-01-17 23:10:41 -08:00
2025-01-17 23:10:41 -08:00