dchar literals?

Philippe Sigaud philippe.sigaud at gmail.com
Sun Nov 10 13:13:04 PST 2013


OK, maybe I'm slow today. Is there an easy way to write a dchar 
literal?

I tend to use either:

"a"d[0]

or:

cast(dchar)'a'

Because 'a'd does not work...


More information about the Digitalmars-d-learn mailing list