static S _str(O o) { ret o == null ? "null" : o.toString(); } static S _str(char[] c) { ret new S(c); }