---
title: Int.Stride
framework: swift
role: symbol
role_heading: Type Alias
path: swift/int/stride
---

# Int.Stride

A type that represents the distance between two values.

## Declaration

```swift
typealias Stride = Int
```

## See Also

### Infrequently Used Functionality

- [init()](swift/int/init().md)
- [init(integerLiteral:)](swift/int/init(integerliteral:).md)
- [Int.IntegerLiteralType](swift/int/integerliteraltype.md)
- [distance(to:)](swift/int/distance(to:).md)
- [advanced(by:)](swift/int/advanced(by:).md)
- [hashValue](swift/int/hashvalue.md)
