TestVectorInt
public struct TestVectorInt : Codable, Equatable, FunctionResult
A simple object containing a vector of numbers; for testing only
-
Vector of numbers
Declaration
Swift
public let value: [Int32] -
A simple object containing a vector of numbers; for testing only
Declaration
Swift
public init(value: [Int32])Parameters
valueVector of numbers
View on GitHub
Install in Dash
TestVectorInt Structure Reference