Hi all

apparently

Collection>>select: selectBlock thenCollect: collectBlock
        "Utility method to improve readability."

        ^ (self select: selectBlock) collect: collectBlock

so it would be good to avoid to do two passes on the same collection.
Any takers?

Stef


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to