- long long or int64_t
unsigned long long or uint64_t
NSInteger or long
NSUInteger or
unsigned long C#
sbyte byte
short ushort int uint long
ulong IntPtr...
- Objective-C (recent
Clang compiler) — - (id)objectAtIndexedSubscript:(
NSUInteger)index {
instructions return value; } or - (id)objectForKe****Subscript:(id)index...
- on
every contained item: [myArray enumerateObjectsUsingBlock:^(id obj,
NSUInteger idx, BOOL *stop) { NSLog(@"obj %@", obj); if ([obj shouldStopIterationNow])...