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

# subscript(_:)

The day weather statistics at the provided index.

## Declaration

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