Overooped: Faking generics in ObjC
If you have every touched C++, Java or C# and then moved to Objective-C, you have at some point written one of the following in a source file:
NSArray/*<MyThing>*/ *_queuedThings; NSDictionary *_thingMap; // contains MyThing -(MAFuture*)fetchThing; // wraps a MyThingWith
TCTypeSafety, you…