The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
__ctfeWrite
core
builtins
Writes
s
to
stderr
during CTFE (does nothing at runtime).
@
nogc
@
safe
pure nothrow
void
__ctfeWrite
(
scope
const
(
char
)[]
s
)
Meta
Source
See Implementation
core
builtins
functions
__ctfeWrite
Writes s to stderr during CTFE (does nothing at runtime).