(close stream &key abort)
(defun close-server (server) (close server))
(usocket:socket-close usocket)
(cffi:close-foreign-library library)
(ql-network:close-connection connection)
(cffi-sys:%close-foreign-library handle)
class
(defun compute-slots (class) (std-compute-slots class))
calls
clause
classes
clauses
(class-of x)
(defun its-name (obj) "convenient way to print out info when developing" (class-name (class-of obj)))
(defclass &environment env name direct-superclasses direct-slots &rest options)