_arg = arg; _rest = rest;
return _rest == null ? _arg.toString() : _arg.toString() + ", " + _rest.toString();