Thanks.
So the author was plain wrong about using enums instead of strings. The misconception is due to assuming we can use `string` variables at compile time but we cannot (as they are run-time data).
mahdi via Digitalmars-d-learn Sat, 27 Feb 2016 19:11:04 -0800
Thanks.
So the author was plain wrong about using enums instead of strings. The misconception is due to assuming we can use `string` variables at compile time but we cannot (as they are run-time data).