STEnum.Framework 1.0 review
DownloadSTEnum.
|
|
STEnum.Framework, is an embedable Objective-C framework that adds SmallTalk style enumerations (collect, select, reject, detect, inject) to Cocoa collection classes (NSArray, NSDictionary, NSSet). To accomplish this, you pass function pointers to these methods.
This approach becomes very convenient and flexible using gcc nested functions as those act like closures in which you have access to all the variables at the time of declaration. Tri-Licensed under the MPL/LGPL/GPL.
STEnum.Framework 1.0 keywords