static var alignment: Int
The default memory alignment of
T
, in bytes.
T
の省略時のメモリアライメント、バイトで。
static var stride: Int
The number of bytes from the start of one instance of
T
to the start of the next when stored in contiguous memory or in an Array<T>
.
T
の1つのインスタンスの始まりから次のものの始まりまでのバイト数、隣接メモリの中にまたはArray<T>
の中に格納される場合。