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
SignedInteger
&+(_:_:)
Language:
Swift
API Changes:
None
Operator
&+(_:
_:)
No overview available.
SDK
Xcode 9.0+
Framework
Swift Standard Library
Declaration
static
func
&+
(
lhs
:
Self
,
rhs
:
Self
) ->
Self
Available when
Self
conforms to
Fixed
Width
Integer
.