XCode 15.0 日本語化計画:New Human Interface Guideline
typealias AttributeScopes.FoundationAttributes.MeasurementAttribute.Component.RawValue
case unit
case value
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.MeasurementAttribute.Component, AttributeScopes.FoundationAttributes.MeasurementAttribute.Component) -> Bool
Decodable
Encodable
>Sendable