git.fiddlerwoaroof.com
clos-helpers.lisp
e143b109
 (in-package #:fwoar.lisputils)
 
 (defmacro with-accessors* ((&rest accessors) object &body body)
   `(with-accessors ,(ensure-mapping accessors) ,object
      ,@body))