EXTENSION
ResourceSynthesizer.Parser.Option 
swift
extension ResourceSynthesizer.Parser.Option: ExpressibleByStringInterpolationMethods 
init(stringLiteral:) 
swift
public init(stringLiteral value: String)Parameters 
| Name | Description | 
|---|---|
| value | The value of the new instance. | 
init(integerLiteral:) 
swift
public init(integerLiteral value: Int)Parameters 
| Name | Description | 
|---|---|
| value | The value to create. | 
init(floatLiteral:) 
swift
public init(floatLiteral value: Double)Parameters 
| Name | Description | 
|---|---|
| value | The value to create. | 
init(booleanLiteral:) 
swift
public init(booleanLiteral value: Bool)Parameters 
| Name | Description | 
|---|---|
| value | The value of the new instance. | 
init(dictionaryLiteral:) 
swift
public init(dictionaryLiteral elements: (String, Self)...)init(arrayLiteral:) 
swift
public init(arrayLiteral elements: Self...)