CtfeStatus

Global status of the CTFE engine. Mostly used for performance diagnostics

Members

Static variables

callDepth
int callDepth;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
maxCallDepth
int maxCallDepth;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
numArrayAllocs
int numArrayAllocs;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
numAssignments
int numAssignments;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
stackTraceCallsToSuppress
int stackTraceCallsToSuppress;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta