deftype: check extended lambda-list version
(defsetf access-fn (x) (val-1 val-2)
(format t "~A: ~A, ~A~%"))
(setf (access-fn x) (values 1 2))
This form isn't commonly used, but the standard allows it and it's not tested yet.
(defsetf access-fn (x) (val-1 val-2)
(format t "~A: ~A, ~A~%"))
(setf (access-fn x) (values 1 2))
This form isn't commonly used, but the standard allows it and it's not tested yet.
mentioned in commit d2d07659
Status changed to closed by merge request !3 (merged)