On Wednesday, 20 July 2022 at 01:22:00 UTC, Andrey Zherikov wrote: > I actually have a question since this topic is brought up: > What is conceptual difference between `version(FOO)` and > `static if(FOO)`? `version` is faster, `static if` has more features.