static LineBuffer lineBuffer_printWithIndent(fS indent) { ret LineBuffer(voidfunc(S line) { print(indent + line) }); }