---
title: "subscript(_:)"
framework: weatherkit
role: symbol
role_heading: Instance Subscript
path: "weatherkit/weatherchanges/subscript(_:)"
---

# subscript(_:)

The weather change at the provided index.

## Declaration

```swift
subscript(position: WeatherChanges.Index) -> WeatherChanges.Element { get }
```
