Discussion 解説
Note 注意
This pointer is valid only for the duration of the call to body
.
このポインタは、ただbody
への呼び出しの間にのみ有効とされます。
body
with an UnsafeMutablePointer
to the Element
storage.
Element
ストレージへのUnsafeMutablePointer
を使ってbody
を呼び出します。
Availability
Technology
final func withUnsafeMutablePointerToElements<R>(_ body: (UnsafeMutablePointer
<Element>) throws -> R) rethrows -> R
Note 注意
This pointer is valid only for the duration of the call to body
.
このポインタは、ただbody
への呼び出しの間にのみ有効とされます。