Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
EXTENSION
Template.Attribute.Value
extension Template.Attribute.Value: ExpressibleByStringLiteral
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, Template.Attribute.Value)...)
init(arrayLiteral:)
public init(arrayLiteral elements: Template.Attribute.Value...)