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