On Thursday, 6 April 2017 at 18:37:51 UTC, Russel Winder wrote:
I am used to a function name being a reference to the function body, cf. lots of other languages. However D rejects:iterative
Try &iterativeThe compiler would probably optimize out a trivial thing anyway, but &foo should work too in most cases.