XCode 15.0 日本語化計画:New Human Interface Guideline
typealias PresentationIntent.TableColumn.Alignment.RawValue
case center
case left
case right
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 != (PresentationIntent.TableColumn.Alignment, PresentationIntent.TableColumn.Alignment) -> Bool
Decodable
Encodable
Hashable
Sendable