__ctfeWrite

Writes s to stderr during CTFE (does nothing at runtime).

@nogc @safe pure nothrow
void
__ctfeWrite
(
scope const(char)[] s
)

Meta