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

# subscript(_:)

The hour weather statistics at the provided index.

## Declaration

```swift
subscript(position: HourlyWeatherStatistics<T>.Index) -> HourlyWeatherStatistics<T>.Element { get }
```
