Instance Propertyswift 6.0.3FoundationEssentials
debugDescription
- iOS
- 16.4+
- macOS
- 13.3+
- tvOS
- 16.4+
- watchOS
- 9.4+
var debugDescription: String { get }
var debugDescription: String { get }
s20FoundationEssentials6LocaleV7VariantV16debugDescriptionSSvp
What are these?9FASH
import FoundationEssentials
struct Variant
struct Locale
Locale
encapsulates information about linguistic, cultural, and technological conventions and standards. Examples of information encapsulated by a locale include the symbol used for the decimal separator in numbers and the way dates are formatted.
@frozen struct String
A Unicode string value that is a collection of characters.
init(_ identifier: String)
The complete list of valid variants can be found here, under the key named “va”
init(from decoder: any Decoder) throws
init(stringLiteral value: String)
static let cldrKeywordKey: ICUCLDRKey
static let legacyKeywordKey: ICULegacyKey
static let posix: Locale.Variant
var identifier: String { get set }
static func == (lhs: Locale.Variant, rhs: Locale.Variant) -> Bool
func encode(to encoder: any Encoder) throws
func hash(into hasher: inout Hasher)