Operator: +

infix operator + { associativity left precedence 140 }

Declarations

func +(_: Double, rhs: Double)

Declaration

func +(lhs: Double, rhs: Double) -> Double
func +(_: Float, rhs: Float)

Declaration

func +(lhs: Float, rhs: Float) -> Float
func +(_: Float80, rhs: Float80)

Declaration

func +(lhs: Float80, rhs: Float80) -> Float80
func +(_: Int, rhs: Int)

Declaration

func +(lhs: Int, rhs: Int) -> Int
func +(_: Int8, rhs: Int8)

Declaration

func +(lhs: Int8, rhs: Int8) -> Int8
func +(_: Int16, rhs: Int16)

Declaration

func +(lhs: Int16, rhs: Int16) -> Int16
func +(_: Int32, rhs: Int32)

Declaration

func +(lhs: Int32, rhs: Int32) -> Int32
func +(_: Int64, rhs: Int64)

Declaration

func +(lhs: Int64, rhs: Int64) -> Int64
func +(_: String, rhs: String)

Declaration

func +(lhs: String, rhs: String) -> String
func +(_: UInt, rhs: UInt)

Declaration

func +(lhs: UInt, rhs: UInt) -> UInt
func +(_: UInt8, rhs: UInt8)

Declaration

func +(lhs: UInt8, rhs: UInt8) -> UInt8
func +(_: UInt16, rhs: UInt16)

Declaration

func +(lhs: UInt16, rhs: UInt16) -> UInt16
func +(_: UInt32, rhs: UInt32)

Declaration

func +(lhs: UInt32, rhs: UInt32) -> UInt32
func +(_: UInt64, rhs: UInt64)

Declaration

func +(lhs: UInt64, rhs: UInt64) -> UInt64
func + <C : RangeReplaceableCollectionType, S : CollectionType where S.Generator.Element == C.Generator.Element>(_: C, rhs: S)

Declaration

func +<C : RangeReplaceableCollectionType, S : CollectionType where S.Generator.Element == C.Generator.Element>(lhs: C, rhs: S) -> C
func + <C : RangeReplaceableCollectionType, S : SequenceType where S.Generator.Element == C.Generator.Element>(_: C, rhs: S)

Declaration

func +<C : RangeReplaceableCollectionType, S : SequenceType where S.Generator.Element == C.Generator.Element>(lhs: C, rhs: S) -> C
func + <C : RangeReplaceableCollectionType, S : SequenceType where S.Generator.Element == C.Generator.Element>(_: S, rhs: C)

Declaration

func +<C : RangeReplaceableCollectionType, S : SequenceType where S.Generator.Element == C.Generator.Element>(lhs: S, rhs: C) -> C
func + <Memory>(_: Int, rhs: UnsafeMutablePointer<Memory>)

Declaration

func +<Memory>(lhs: Int, rhs: UnsafeMutablePointer<Memory>) -> UnsafeMutablePointer<Memory>
func + <Memory>(_: Int, rhs: UnsafePointer<Memory>)

Declaration

func +<Memory>(lhs: Int, rhs: UnsafePointer<Memory>) -> UnsafePointer<Memory>
func + <Memory>(_: UnsafeMutablePointer<Memory>, rhs: Int)

Declaration

func +<Memory>(lhs: UnsafeMutablePointer<Memory>, rhs: Int) -> UnsafeMutablePointer<Memory>
func + <Memory>(_: UnsafePointer<Memory>, rhs: Int)

Declaration

func +<Memory>(lhs: UnsafePointer<Memory>, rhs: Int) -> UnsafePointer<Memory>
func + <RRC1 : RangeReplaceableCollectionType, RRC2 : RangeReplaceableCollectionType where RRC1.Generator.Element == RRC2.Generator.Element>(_: RRC1, rhs: RRC2)

Declaration

func +<RRC1 : RangeReplaceableCollectionType, RRC2 : RangeReplaceableCollectionType where RRC1.Generator.Element == RRC2.Generator.Element>(lhs: RRC1, rhs: RRC2) -> RRC1
func + <T : _IntegerArithmeticType>(_: T, rhs: T)

Add lhs and rhs, returning a result and trapping in case of arithmetic overflow (except in -Ounchecked builds).

Declaration

func +<T : _IntegerArithmeticType>(lhs: T, rhs: T) -> T
func + <T : Strideable>(_: T, rhs: T.Stride)

Declaration

func +<T : Strideable>(lhs: T, rhs: T.Stride) -> T
func + <T : Strideable>(_: T.Stride, rhs: T)

Declaration

func +<T : Strideable>(lhs: T.Stride, rhs: T) -> T
func + <T : UnsignedIntegerType>(_: T, rhs: T._DisallowMixedSignArithmetic)

Declaration

func +<T : UnsignedIntegerType>(lhs: T, rhs: T._DisallowMixedSignArithmetic) -> T
func + <T : UnsignedIntegerType>(_: T._DisallowMixedSignArithmetic, rhs: T)

Declaration

func +<T : UnsignedIntegerType>(lhs: T._DisallowMixedSignArithmetic, rhs: T) -> T