Prints null
import mir.appender: scopedBuffer; auto w = scopedBuffer!char; w.print(null); assert(w.data == `null`);
See Implementation
Prints null