Instance Subscript
subscript(_:)objectAtIndexedSubscript:objectAtIndexedSubscript_
Declaration
subscript(idx: UInt) -> Any? { get }Declaration
- (id) objectAtIndexedSubscript:(NSUInteger) idx;Declaration
objectAtIndexedSubscript_(idx: int) -> object