Return Value 戻り値
A pointer advanced from this pointer by Memory
bytes.
このポインタからMemory
バイトだけ繰り上げられるポインタを返します。
Availability
Technology
func successor() -> UnsafeMutablePointer
<Pointee>
A pointer advanced from this pointer by Memory
bytes.
このポインタからMemory
バイトだけ繰り上げられるポインタを返します。
The resulting pointer must be within the bounds of the same allocation as this pointer. 結果のポインタは、このポインタと同じアロケーションの範囲内でなければなりません。