Thread overview | |||||
---|---|---|---|---|---|
|
March 29, 2016 Part of D available to run at compile time | ||||
---|---|---|---|---|
| ||||
is there documentation on which parts of D are available to compile time execution? |
March 29, 2016 Re: Part of D available to run at compile time | ||||
---|---|---|---|---|
| ||||
Posted in reply to Carl Sturtivant | On 03/29/2016 03:29 PM, Carl Sturtivant wrote: > > is there documentation on which parts of D are available to compile time > execution? > This seems to be the official spec: https://dlang.org/spec/function.html#interpretation See you at DConf! ;) Ali |
March 30, 2016 Re: Part of D available to run at compile time | ||||
---|---|---|---|---|
| ||||
Posted in reply to Carl Sturtivant | On 30/03/2016 11:29 AM, Carl Sturtivant wrote:
>
> is there documentation on which parts of D are available to compile time
> execution?
Rule of thumb, if it can be pure and @safe, you're good to go.
|
Copyright © 1999-2021 by the D Language Foundation