Structureswift-unixtime 0.2.0ISO
Locale
ISO.Locale.swift:4@frozen struct Locale
@frozen struct Locale
import ISO
This module provides definitions for ISO country and language codes.
enum ISO
@frozen struct Country
@frozen struct Macrolanguage
protocol BitwiseCopyable
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
init(language: Macrolanguage, country: Country? = nil)
let country: Country?
var description: String { get }
let language: Macrolanguage
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.