Operator

-(_:_:)

No overview available.

Declaration

static func - (lhs: Self, rhs: Self.Stride) -> Self
Available when Self conforms to _Pointer.

See Also

Getting an Offset Value

func advanced(by: Self.Stride) -> Self

Returns a value that is offset the specified distance from this value.

Required. Default implementation provided.

static func + (Self, Self.Stride) -> Self
static func + (Self.Stride, Self) -> Self
static func - (Self, Self) -> Self.Stride