Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
EXTENSION
Plist.Value
extension Plist.Value: ExpressibleByStringInterpolation
init(stringLiteral:)
public init(stringLiteral value: String)
Name | Description |
---|---|
value | The value of the new instance. |
init(integerLiteral:)
public init(integerLiteral value: Int)
Name | Description |
---|---|
value | The value to create. |
init(floatLiteral:)
public init(floatLiteral value: Double)
Name | Description |
---|---|
value | The value to create. |
init(booleanLiteral:)
public init(booleanLiteral value: Bool)
Name | Description |
---|---|
value | The value of the new instance. |
init(dictionaryLiteral:)
public init(dictionaryLiteral elements: (String, Plist.Value)...)
init(arrayLiteral:)
public init(arrayLiteral elements: Plist.Value...)