John Colvin via Digitalmars-d-learn Mon, 06 Oct 2014 04:30:39 -0700
string a; char[] b; pragma(msg, typeof(a ~ b)); // char[]
why not string? What are the rules that determine this?