Closed inf0rmer closed 10 years ago
Hey! I've implemented - (NSArray *)unique for the NSArray class. It produces a new array free of duplicate values.
- (NSArray *)unique
NSArray
I've also updated to the latest version of Kiwi and refactored to use XCTest, since as of Xcode 6 OCTest is fully deprecated.
Thanks!
Thanks @inf0rmer!
Hey! I've implemented
- (NSArray *)unique
for theNSArray
class. It produces a new array free of duplicate values.I've also updated to the latest version of Kiwi and refactored to use XCTest, since as of Xcode 6 OCTest is fully deprecated.
Thanks!