Discussion 解説
Note 注意
These pointers are valid only for the duration of the call to body
.
これらのポインタは、ただbody
への呼び出しの間にのみ有効とされます。
body
with UnsafeMutablePointer
s to the stored Header
and raw Element
storage.
格納Header
およびElement
生ストレージそれぞれへのUnsafeMutablePointer
を使ってbody
を呼び出します。
Availability
Technology
final func withUnsafeMutablePointers<R>(_ body: (UnsafeMutablePointer
<Header>, UnsafeMutablePointer
<Element>) throws -> R) rethrows -> R
Note 注意
These pointers are valid only for the duration of the call to body
.
これらのポインタは、ただbody
への呼び出しの間にのみ有効とされます。