cal:
> but I hadn't seen the q{} syntax used before. Are there reasons
> to favor this over other string literals?
That's essentially a string literal, but it avoids the editor to
color it as an uniform string, and they must contain valid D
tokens: http://dlang.org/lex.html
Bye,
bearophile