Std.Out.Stream
1 declaration
type
StreamThis declaration introduces a public type.
What it does
Which of the two streams a printer writes to.
Output is what a program answers with; Errors is what it says about itself.
A program whose diagnostics go to Output cannot have its answer piped
anywhere, which is the reason the two are separate rather than a flag.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
