src/method-aggregate.lisp: Expose number of methods to custom combination.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 4 Sep 2015 10:23:18 +0000 (11:23 +0100)
commit05170d7a72f151d07b30b73f0466d56b820190b3
tree473089a8f4037ca1ba92ae763aab99af49ef88cc
parent6bc944c3cebb89056d9ed0b53eff6260909291a9
src/method-aggregate.lisp: Expose number of methods to custom combination.

This permits pre-allocating an array for collecting results, for
example.  Suggested by Tony Finch.
src/method-aggregate.lisp