[pro] BOA constructor and supplied-p argument

Nick Levine ndl at ravenbrook.com
Fri Jun 10 15:14:35 UTC 2011


I'm sure we all knew there had to be a good reason for &aux, but maybe
we had trouble remembering what it might be?

(defstruct (delayed-iseq
             (:constructor iseq (start-or-end
                                 &optional (end 0 endp) (by 1) strict-direction? &aux (end? endp))))
  "Delayed index sequence evaluation."
  start-or-end end end? by strict-direction?)

- n




More information about the pro mailing list