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.
rikki cattermole via Digitalmars-d-learn Tue, 29 Mar 2016 19:46:46 -0700
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.