Writes string to stdout Compared to std.stdio.writeln this writeln is not using GC, can print @disable this() structs, can print core.simd.vector's write is not pure but we will pretend it is to enable write debug
Writes format to stdout changing %s to proper argument Only %s is supported, it is not printf
Like write but adds new line at end
Like writeln but adds space beetwen arguments
Module to replace std.stdio write functions to @nogc ones