Method: (RESET-BUFFER BUFFER)

Source

(defmethod reset-buffer ((buffer buffer))
  (setf (fill-pointer (contents buffer)) 0))
Source Context