What's the simplest way to extract a slice of an NSArray in Objective-C?
(much like the array_slice function in PHP)
-[NSArray subarrayWithRange:]