The entry point for CTFE.
Specification: ($LINK2 https://dlang.org/spec/function.html#interpretation, Compile Time Function Execution (CTFE))
Allocate an Expression in the ctfe region.
Entry point for CTFE. A compile-time result is required. Give an error if not possible.
See Source File _dinterpret.d Documentation: https://dlang.org/phobos/dmd_dinterpret.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/dinterpret.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
The entry point for CTFE.
Specification: ($LINK2 https://dlang.org/spec/function.html#interpretation, Compile Time Function Execution (CTFE))