Wraps: [self initWithIndex:(NSUInteger)index]

Property definitions

cocoa $ NSIndexPath :: init_with_index
	# Wraps: `[self initWithIndex:(NSUInteger)index]`
	new init_with_index(index: Int) in "ObjC" `{
		return [[NSIndexPath alloc] initWithIndex: index];
	`}
lib/cocoa/foundation.nit:127,2--130,3