dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
__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).