Skip Navigation
Global Nav Open Menu
Global Nav Close Menu
Apple Developer
Search Developer
Cancel
Apple Developer
Discover
Design
Develop
Distribute
Support
Account
Documentation
Open Menu
Close Menu
Swift
Swift Standard Library
Numbers and Basic Values
Numeric Protocols
⋯
Swift
Swift Standard Library
Numbers and Basic Values
Numeric Protocols
Strideable
-=(_:_:)
Language:
Swift
API Changes:
None
Operator
-=(_:
_:)
No overview available.
SDK
Xcode 10.2+
Framework
Swift Standard Library
Declaration
static
func
-=
(
lhs
:
inout
Self
,
rhs
:
Self
.Stride)
Available when
Self
conforms to
_Pointer
.