| protocol | since v0.0-1503 | Edit | 
StringBufferWriterProtocol for writing. Currently only implemented by StringBufferWriter.
(defprotocol IWriter
  (-write [writer s]
    "Writes s with writer and returns the result.")
  (-flush [writer]
    "Flush writer."))