static var size: Int
The contiguous memory footprint 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>
の中に格納される場合。