Instance Propertyswift-package-manager 6.0.1PackageDescription
rawValue
The corresponding value of the raw type.
PackageDescription.swift:378LanguageTag-rawValue.mdvar rawValue: String { get }
A new instance initialized with rawValue
will be equivalent to this instance.
See also
init(stringLiteral: String
) Creates an instance initialized to the given value.
init?(rawValue: String
) Creates a new instance with the specified raw value.
Other members in extension
Type members
init(extendedGraphemeClusterLiteral: String
) Creates an instance initialized to the given value.
init(unicodeScalarLiteral: String
)
Instance members
var description: String
A textual representation of the language tag.