Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
EXTENSION
ResourceSynthesizer.Parser.Option
extension ResourceSynthesizer.Parser.Option: 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, Self)...)
init(arrayLiteral:)
public init(arrayLiteral elements: Self...)