static S str(O o) { ret String.valueOf(o); } static S str(char[] c) { ret new String(c); }