Underscore.m
Underscore.m copied to clipboard
A DSL for Data Manipulation
`Underscore.m (0.2.1)`, which does not support `tvos`.
Added method to `zip` elements passing an array of arrays that returns another array of arrays zipped. This method only works if all the sub-arrays have the same length (should...
http://cocoadocs.org/docsets/Underscore.m/0.2.1/Classes/USArrayWrapper.html It'd be cool to have some inline documentation for both Xcode & CocoaDocs :beer:
I could imagine this bringing down the line count of the specs.
Even though NSSet is not very popular, I feel we should at least investigate inclusion in Underscore.m.
The documentation for find says: ``` text Returns an object from the array **the** passes the test ``` It should say "array **that** passes the test"