IntParam
public struct IntParam : Equatable
Type for integer parameters.
-
Undocumented
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public let value: Int32
-
Initializes a new
IntParam
.Declaration
Swift
public init(name: String, value: Int32)
Parameters
name
Name of the parameter
value
Value of the parameter
-
Declaration
Swift
public static func == (lhs: IntParam, rhs: IntParam) -> Bool