CtfeStatus

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

struct CtfeStatus {
int callDepth;
int stackTraceCallsToSuppress;
int maxCallDepth;
int numArrayAllocs;
int numAssignments;
}

Meta