TestVectorString

public struct TestVectorString : Codable, Equatable, FunctionResult

A simple object containing a vector of strings; for testing only

  • Vector of strings

    Declaration

    Swift

    public let value: [String]
  • A simple object containing a vector of strings; for testing only

    Declaration

    Swift

    public init(value: [String])

    Parameters

    value

    Vector of strings