<div dir="ltr">Hi,<div><br></div><div>IndexPath is currently implemented using an [Int] array that is bridged to an NSIndexPath only on demand. Since IndexPath values are primarily used together with Objective-C APIs, wouldn&#39;t it be better to implement IndexPath directly as an NSIndexPath wrapper, in order to avoid the overhead of temporary array instances?</div><div><br></div><div>- Stephan</div></div>