# `GSIndexedLookupTable objectAtIndex:`

*Instance Method*

## Declaration

```swift
func object(at idx: Int) -> Any!
```

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

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

