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