Is there anything like a generic list in Cocoa / Objective-C?
- by Holli
What I really like in C# are generic lists. A list that can contain only one type of objects.
Is there something like a generic list in Cocoa/Objective-C? As far I only know NSArray who will take a pointer to any object.