Operatorswift 6.0.3FoundationEssentials
==(_:_:)
- iOS
- 16+
- macOS
- 13+
- tvOS
- 16+
- watchOS
- 9+
static func == (lhs: Locale.Variant, rhs: Locale.Variant) -> Bool
static func == (lhs: Locale.Variant, rhs: Locale.Variant) -> Bool
s20FoundationEssentials6LocaleV7VariantV2eeoiySbAE_AEtFZ
What are these?7E6SD
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 Bool
A value type whose instances are either true
or false
.
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 debugDescription: String { get }
var identifier: String { get set }
func encode(to encoder: any Encoder) throws
func hash(into hasher: inout Hasher)