/collections

Smalltalk collections protocol in Objective-C

Primary LanguageObjective-CMIT LicenseMIT

NSArray (SmalltalkEnumeration)

SmalltalkEnumeration is an Objective-C library that brings methods from Smalltalk's collection protocol to Objective-C projects. SmalltalkEnumeration adds these methods as categories to the Foundation framework's NSArray.

Who created this?

SmalltalkEnumeration is written by Nick Ager based on libCollections written by Michael Dippery.