Skip to content

EXTENSION

ResourceSynthesizer.Parser.Option ​

swift
extension ResourceSynthesizer.Parser.Option: ExpressibleByStringInterpolation

Methods ​

init(stringLiteral:) ​

swift
public init(stringLiteral value: String)

Parameters ​

NameDescription
valueThe value of the new instance.

init(integerLiteral:) ​

swift
public init(integerLiteral value: Int)

Parameters ​

NameDescription
valueThe value to create.

init(floatLiteral:) ​

swift
public init(floatLiteral value: Double)

Parameters ​

NameDescription
valueThe value to create.

init(booleanLiteral:) ​

swift
public init(booleanLiteral value: Bool)

Parameters ​

NameDescription
valueThe value of the new instance.

init(dictionaryLiteral:) ​

swift
public init(dictionaryLiteral elements: (String, Self)...)

init(arrayLiteral:) ​

swift
public init(arrayLiteral elements: Self...)

Released under the MIT License.