OCTotallyLazy
OCTotallyLazy copied to clipboard
Functional extensions to Objective C's collections
Suppress Implicit conversion warnings by using the correct data type or adding casts.
Can you update your pod spec file? The platform of the target `ABCXYZTarget` (OS X 10.11) is not compatible with `OCTotallyLazy (1.1.0)`, which does not support `osx`.
removed redundant import
First, it would be nice to see a version which returns an `NSDictionary`, which is its behavior in Clojure or Ruby (though I see this matches the behavior of the...
Has there been any work done to document any performance improvements to be had by using Sequence instead of NSArray, or more generally how the two collections compare for common...