static AutoCloseable tempIndent(S prefix default " ") { threadIndent(); ret new AutoCloseable { public void close() { threadUnindent(); } }; }