Instance Subscript
subscript(_:)objectAtIndexedSubscript:objectAtIndexedSubscript_
Declaration
subscript(idx: Int) -> Any! { get }Declaration
- (id) objectAtIndexedSubscript:(NSInteger) idx;Declaration
objectAtIndexedSubscript_(idx: int) -> objectInstance Subscript
subscript(idx: Int) -> Any! { get }- (id) objectAtIndexedSubscript:(NSInteger) idx;objectAtIndexedSubscript_(idx: int) -> object