Bool
extension Bool: VarioqubInitializableByValue
-
Initializes a Bool with the
VarioqubValue
value.Declaration
Swift
public init?(value: VarioqubValue)
-
The default value for the Bool type.
Declaration
Swift
public static var defaultValue: Bool { get }