Other Functions
The following functions are available globally.
-
Declaration
Swift
public func ~= <S>(array: S, value: S.Element) -> Bool where S : Sequence, S.Element : Equatable
Return Value
true
if the givenarray
contains the givenvalue
.
-
Undocumented
Declaration
Swift
public func == <T>(lhs: T, rhs: T) -> Bool where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func == <T>(lhs: T, rhs: Double) -> Bool where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func == <T>(lhs: Double, rhs: T) -> Bool where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func < <T>(lhs: T, rhs: T) -> Bool where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func < <T>(lhs: T, rhs: Double) -> Bool where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func < <T>(lhs: Double, rhs: T) -> Bool where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func + <T>(augend: T, addend: T) -> T where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func + <T>(augend: T, addend: T) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func + <T>(lhs: T, rhs: Double) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func + <T>(lhs: Double, rhs: T) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func - <T>(augend: T, addend: T) -> T where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func - <T>(minuend: T, subtrahend: T) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func - <T>(lhs: T, rhs: Double) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func - <T>(lhs: Double, rhs: T) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func * <T>(augend: T, addend: T) -> T where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func * <T>(multiplicand: T, multiplier: T) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func * <T>(lhs: T, rhs: Double) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func * <T>(lhs: Double, rhs: T) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func / <T>(dividend: T, divisor: T) -> T where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func / <T>(dividend: T, divisor: T) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func / <T>(lhs: T, rhs: Double) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func / <T>(lhs: Double, rhs: T) -> Double where T : DoubleWrapping
-
Undocumented
Declaration
Swift
public func == <T>(lhs: T, rhs: T) -> Bool where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func == <T>(lhs: T, rhs: Float) -> Bool where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func == <T>(lhs: Float, rhs: T) -> Bool where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func < <T>(lhs: T, rhs: T) -> Bool where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func < <T>(lhs: T, rhs: Float) -> Bool where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func < <T>(lhs: Float, rhs: T) -> Bool where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func + <T>(augend: T, addend: T) -> T where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func + <T>(augend: T, addend: T) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func + <T>(lhs: T, rhs: Float) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func + <T>(lhs: Float, rhs: T) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func - <T>(augend: T, addend: T) -> T where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func - <T>(minuend: T, subtrahend: T) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func - <T>(lhs: T, rhs: Float) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func - <T>(lhs: Float, rhs: T) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func * <T>(augend: T, addend: T) -> T where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func * <T>(multiplicand: T, multiplier: T) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func * <T>(lhs: T, rhs: Float) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func * <T>(lhs: Float, rhs: T) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func / <T>(dividend: T, divisor: T) -> T where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func / <T>(dividend: T, divisor: T) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func / <T>(lhs: T, rhs: Float) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func / <T>(lhs: Float, rhs: T) -> Float where T : FloatWrapping
-
Undocumented
Declaration
Swift
public func == <T>(lhs: T, rhs: Int) -> Bool where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func == <T>(lhs: Int, rhs: T) -> Bool where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func < <T>(lhs: T, rhs: Int) -> Bool where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func < <T>(lhs: Int, rhs: T) -> Bool where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func + <T>(augend: T, addend: T) -> T where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func + <T>(augend: T, addend: T) -> Int where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func + <T>(lhs: T, rhs: Int) -> Int where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func + <T>(lhs: Int, rhs: T) -> Int where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func - <T>(augend: T, addend: T) -> T where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func - <T>(minuend: T, subtrahend: T) -> Int where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func - <T>(lhs: T, rhs: Int) -> Int where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func - <T>(lhs: Int, rhs: T) -> Int where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func * <T>(augend: T, addend: T) -> T where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func * <T>(multiplicand: T, multiplier: T) -> Int where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func * <T>(lhs: T, rhs: Int) -> Int where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func * <T>(lhs: Int, rhs: T) -> Int where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func / <T>(augend: T, addend: T) -> T where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func / <T>(dividend: T, divisor: T) -> Int where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func / <T>(lhs: T, rhs: Int) -> Int where T : IntegerWrapping
-
Undocumented
Declaration
Swift
public func / <T>(lhs: Int, rhs: T) -> Int where T : IntegerWrapping