<div dir="ltr">Here are some more methods that take advantage of the structure of a Bag (#allSatisfy:, #anySatisfy:, #max:, #min:, #sum:, etc).<div><br></div><div>Also made some tweaks to some methods in Collection to call existing methods instead of reimplementing, in order to simplify the changes in Bag (otherwise. for example, I'd have to implement #sum, #sum: and #sum:ifEmpty: in Bag instead of only implementing #sum:ifEmpty). And I changed Collection>>#product to produce an error when the collection is empty instead of returning 1 (to be consistent with Collection>>#sum:).</div><div><br></div><div>All base image tests pass, but please review.<div><br></div><div>Also, while running tests I got a walkback on BitBltCanvasEngine, see the attached log.</div></div></div>