On Thursday, June 13, 2013 14:46:48 bearophile wrote: > Adam D. Ruppe: > > However as far as I know right now, there's no way to get "b" > > as an enum here because the typeof will always just return > > string. > > Is it worth asking a D enhancement?
It's a manifest constant, so it's not really an enum. As such, I'm inclined to say no. - Jonathan M Davis