Open jgarte opened 4 months ago
This is Common Lisp boiler plate that would be great to have as a template:
(defmethod print-object ((s binary-ring-stream) stream) (print-unreadable-object (s stream :type t) (format stream "buffer=~a" (stream-buffer s))))
I might try to work on this soon. We currently don't have uniquely Common Lisp templates.
Feel free to create a PR
Story of time in my life. JK ⌚ 😆
Will try to do soon.
This is Common Lisp boiler plate that would be great to have as a template:
I might try to work on this soon. We currently don't have uniquely Common Lisp templates.