On Wednesday, 11 September 2013 at 19:58:36 UTC, H. S. Teoh wrote:
I disagree. I think it's more readable to use a consistent prefix, like kw... or kw_... (e.g. kw_int, kw_return, etc.), so that it's clearyou're referring to token types, not the actual keyword.
Not unless you want to change the style guide and break existing Phobos code ;)