writefln

Awful workaround to get writefln in @nogc :D Yes, it does allocate in the GC.

template writefln(T...)
package @safe @nogc @system
debug
void
writefln
(
Args...
)
(
Args args
)

Members

Functions

writefln
void writefln(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta