Type Property 型プロパティ

alignment

The default memory alignment of T, in bytes. Tの省略時のメモリアライメント、バイトで。

Declaration 宣言

static var alignment: Int { get }

Discussion 解説

Use the alignment property for a type when allocating memory using an unsafe pointer. This value is always positive. ある型に対してalignmentプロパティを使うのは、安全でないポインタを使うメモリアロケートの場合です。この結果は常に正です。

See Also 参照

Accessing the Layout of a Type ある型のレイアウトにアクセスする