dmd.dinterpret

The entry point for CTFE.

Specification: ($LINK2 https://dlang.org/spec/function.html#interpretation, Compile Time Function Execution (CTFE))

Members

Functions

ctfeEmplaceExp
T ctfeEmplaceExp(Args args)

Allocate an Expression in the ctfe region.

ctfeInterpret
Expression ctfeInterpret(Expression e)

Entry point for CTFE. A compile-time result is required. Give an error if not possible.

incArrayAllocs
void incArrayAllocs()

Meta

Suggestion Box / Bug Report