Typewriter output stream.
This is a simple output writer supporting memory and console streamlets out of the box.
Example
let mut out = console;
out.write;
out.debug;
out.info;
out.warn;
out.error;
out.flush; // -> abcde
Typewriter output stream.
This is a simple output writer supporting memory and console streamlets out of the box.
let mut out = console;
out.write;
out.debug;
out.info;
out.warn;
out.error;
out.flush; // -> abcde