XCode 15.0 日本語化計画:New Human Interface Guideline
typealias AttributeScopes.FoundationAttributes.DurationFieldAttribute.Field.RawValue
case days
case hours
case microseconds
case milliseconds
case minutes
case nanoseconds
case seconds
case weeks
init(from: Decoder)
型の RawValue が Int の場合、与えられた復号器から復号して新しいインスタンスを作成します。
init?(rawValue: Int)
var hashValue: Int
var rawValue: Int
func encode(to: Encoder)
型の RawValue が Int の場合、与えられたエンコーダにこの値をコード化します。
func hash(into: inout Hasher)
static func != (AttributeScopes.FoundationAttributes.DurationFieldAttribute.Field, AttributeScopes.FoundationAttributes.DurationFieldAttribute.Field) -> Bool
Decodable
Encodable
Sendable