VarioqubTestIDSet
public struct VarioqubTestIDSet
The VarioqubTestIDSet struct that represents a set of VarioqubTestIDs.
-
The raw value of the VarioqubTestID set.
Declaration
Swift
public var set: Set<VarioqubTestID> -
Initializes an empty set.
Declaration
Swift
public init() -
Initializes the class with a set of the
VarioqubTestIDvalues.Declaration
Swift
public init(testIdSet: Set<VarioqubTestID>)Parameters
testIdSetThe set of the
VarioqubTestIDvalues. -
Initializes the class with a sequence of the
VarioqubTestIDvalues.Declaration
Swift
public init<T>(seq: T) where T : Sequence, T.Element == VarioqubTestIDParameters
seqThe sequence of the
VarioqubTestIDvalues.
Install in Dash
VarioqubTestIDSet Structure Reference