Declaration

subscript(idx: UInt) -> Any? { get }

Declaration

- (id) objectAtIndexedSubscript:(NSUInteger) idx;

Declaration

objectAtIndexedSubscript_(idx: int) -> object