Skip to main content
property Stdio.stderr
Stdio.stderr: std.io.Writable
Returns a writable stream for the standard error of the current process. property Stdio.stdin
Stdio.stdin: std.io.Readable
Returns a readable stream for the standard input of the current process. property Stdio.stdout
Stdio.stdout: std.io.Writable
Returns a writable stream for the standard output of the current process.