MACollectionUtilities icon indicating copy to clipboard operation
MACollectionUtilities copied to clipboard

Smalltalk-inspired collection utility methods and macros for Cocoa

Results 4 MACollectionUtilities issues
Sort by recently updated
recently updated
newest added

Please add a tag to the most recent commit, so I can update the CocoaPod podspec file to point to it. Seems there is a bug in the CocoaPods trunk...

A `SORTED` macro would reduce the verbosity of doing custom collection sorts: ``` a = SORTED(b, [a compare: b options: NSCaseInsensitiveSearch | NSNumericSearch]); ``` As a bonus, it could be...

The DICT macro is never able to create a dictionary because a segmentation fault occurs in the static inlined function "MADictionaryWithKeysAndObjects". The compound literal (array of objects) keysAndObjs' elements points...