Declaration

subscript(idx: Int) -> Any! { get }

Declaration

- (id) objectAtIndexedSubscript:(NSInteger) idx;

Declaration

objectAtIndexedSubscript_(idx: int) -> object