Another funny thing.

import std.conv;
static assert(0, "1 != " ~ text(2));

outputs
Error: static assert  ['1',' ','!','=',' ','2']

Reply via email to