Class: LOAD-TIME-VALUE-FORM
Slots
VALUE
READ-ONLY-P
Hierachy
Precedence List
FORM
Source
(defclass load-time-value-form (form) ((value :accessor value) (read-only-p :accessor read-only-p)))
Source Context