# `GSIndexedLookupTable.objectAtIndexedSubscript:`

*Instance Subscript*

## Declaration

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

```objc
- (id) objectAtIndexedSubscript:(NSInteger) idx;
```

```python
objectAtIndexedSubscript_(idx: int) -> object
```

