VarioqubInitializableByValue
public protocol VarioqubInitializableByValue
This protocol creates a specific value of type VarioqubValue.
-
Initializes the type with the
VarioqubValue
value.Declaration
Swift
init?(value: VarioqubValue)
-
The default value for the type.
Declaration
Swift
static var defaultValue: Self { get }