(defn write-white-space [^Writer this] (if-let [^String tws (getf :trailing-white-space)] (dosync (.write (getf :base) tws) (setf :trailing-white-space nil))))
Comments top
No comments for write-white-space. Log in to add a comment.