---
title: Stride
framework: swift
role: symbol
role_heading: Associated Type
path: swift/strideable/stride
---

# Stride

A type that represents the distance between two values.

## Declaration

```swift
associatedtype Stride : Comparable, SignedNumeric
```
