ASTBase.StringExp

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
struct ASTBase
extern (C++) final
class StringExp : Expression {
size_t len;
ubyte sz;
char postfix;
}

Members

Functions

writeTo
void writeTo(void* dest, bool zero, int tyto)

Write the contents of the string to dest. Use numberOfCodeUnits() to determine size of result.

Suggestion Box / Bug Report