Operatorswift 6.1.2Swift
-(_:_:)
static func - (lhs: Self, rhs: Self) -> Self.Stride static func - (lhs: Self, rhs: Self) -> Self.Stride where Self:_Pointerimport Swiftprotocol Strideable<Stride> : ComparableA type representing continuous, one-dimensional values that can be offset and measured.
associatedtype Stride : Comparable, SignedNumericA type that represents the distance between two values.
static func + (lhs: Self.Stride, rhs: Self) -> Self static func + (lhs: Self, rhs: Self.Stride) -> Self static func += (lhs: inout Self, rhs: Self.Stride) static func - (lhs: Self, rhs: Self.Stride) -> Self static func -= (lhs: inout Self, rhs: Self.Stride)