static void printTo(StringBuilder buf, O o) { buf.append(str(o)).append("\n"); } static void printTo(StringBuilder buf) { printTo(buf, ""); }