On Friday, 25 March 2016 at 07:14:52 UTC, Seb wrote:
- dont add @nogc, @pure, @safe attributes yourself - let the compiler infer it!
- avoid to use `auto` as return type
But auto functions are a key way to infer attributes.
On Friday, 25 March 2016 at 07:14:52 UTC, Seb wrote:
- dont add @nogc, @pure, @safe attributes yourself - let the compiler infer it!
- avoid to use `auto` as return type
But auto functions are a key way to infer attributes.