On Saturday, 19 November 2016 at 00:28:36 UTC, Stefan Koch wrote:
import std.stdio;
import std.format;
void main () {
  uint[$] a = [42, 69];
  string s = "%(%s, %)".format(a);
  writefln(s);
}

Please don't post non-d.
People might use it an then complain that it does not work.

Let these people to complain. ;)

Reply via email to