https://issues.dlang.org/show_bug.cgi?id=17954
Jacob Carlborg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jacob Carlborg <[email protected]> --- I think it's a bit unfortunate that we're moving in this direction and are adding more of these kind of pseudo keywords. I would rather add __traits(init), deprecate the existing usage of "init" and eventually free up "init" to be used as an identifier. The nice thing about __traits is that it's its own kind of namespace and will not cause a conflict with user defined symbols. --
