TestInt
public struct TestInt : Codable, Equatable, FunctionResult
A simple object containing a number; for testing only
-
Number
Declaration
Swift
public let value: Int32
-
A simple object containing a number; for testing only
Declaration
Swift
public init(value: Int32)
Parameters
value
Number