if __ctfe and __ctfe functions

Atila Neves atila.neves at gmail.com
Thu Jul 31 08:35:16 UTC 2025


On Tuesday, 29 July 2025 at 12:00:02 UTC, Quirin Schroll wrote:
> This was suggested before, but I’ll try to show another angle 
> of this.
>
> [...]

I still think using a contract and treating it specially is the 
way to go since all we have to do is change the implementation:

     string myStringMixin()
         in(__ctfe)
     {

     }


More information about the dip.ideas mailing list