Operatorswift 6.0.1Swift
-(_:_:)
static func - (lhs: Self, rhs: Self.Stride) -> Self
static func - (lhs: Self, rhs: Self.Stride) -> Self
where Self:_Pointer
import Swift
protocol Strideable<Stride> : Comparable
A type representing continuous, one-dimensional values that can be offset and measured.
associatedtype Stride : Comparable, SignedNumeric
A 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) -> Self.Stride
static func -= (lhs: inout Self, rhs: Self.Stride)