// CORRECTION:
  // and have it turned into this:
  with(myfunc) { z =2; x = -123; y = 200; }
  auto r = myfunc.call("named");

Reply via email to