Sanely optimized fizzbuzz

monkyyy crazymonkyyy at gmail.com
Sat Oct 30 23:36:52 UTC 2021


>     string fb = fizzbuzz();
`
>
> You could do CTFE by turning `string fb = fizzbuzz();` into 
> `static string fb = fizzbuzz();

There is a fair chance its ctfe without it


More information about the Digitalmars-d mailing list