<!--
{
  "documentType" : "article",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/UnsafePointer/Strideable-Implementations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Strideable Implementations"
}
-->

# Strideable Implementations

## Topics

### Operators

[`static func + (Self, Self.Stride) -> Self`](/documentation/Swift/UnsafePointer/+(_:_:)-5q1dp)

[`static func + (Self.Stride, Self) -> Self`](/documentation/Swift/UnsafePointer/+(_:_:)-7xyjl)

[`static func += (inout Self, Self.Stride)`](/documentation/Swift/UnsafePointer/+=(_:_:))

[`static func - (Self, Self) -> Self.Stride`](/documentation/Swift/UnsafePointer/-(_:_:)-2mzyc)

[`static func - (Self, Self.Stride) -> Self`](/documentation/Swift/UnsafePointer/-(_:_:)-7vacg)

[`static func -= (inout Self, Self.Stride)`](/documentation/Swift/UnsafePointer/-=(_:_:))

### Type Aliases

[`typealias Stride`](/documentation/Swift/UnsafePointer/Stride)

A type that represents the distance between two values.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)