toChars

Turn a Statement into a string suitable for printf. Leaks memory.

extern (C++)
const(char)*
toChars
(
const Statement s
)

Parameters

s Statement

Statement to convert

Return Value

Type: const(char)*

0-terminated string

Meta