OCTotallyLazy icon indicating copy to clipboard operation
OCTotallyLazy copied to clipboard

Functional extensions to Objective C's collections

Results 5 OCTotallyLazy issues
Sort by recently updated
recently updated
newest added

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...