init(extendedGraphemeClusterLiteral:)
Creates an instance initialized to the given value.
PackageDescription.swift:403init(extendedGraphemeClusterLiteral value: String)
Parameters
- value
The value of the new instance.
Other members in extension
Type members
init?(rawValue: String
) Creates a new instance with the specified raw value.
init(stringLiteral: String
) Creates an instance initialized to the given value.
init(unicodeScalarLiteral: String
)
Instance members
var description: String
A textual representation of the language tag.
var rawValue: String
The corresponding value of the raw type.