Generic Instance Method 総称体インスタンスメソッド

withUnsafeMutablePointers(_:)

Call body with UnsafeMutablePointers to the stored Header and raw Element storage. 格納HeaderおよびElement生ストレージそれぞれへのUnsafeMutablePointerを使ってbodyを呼び出します。

Declaration 宣言

func withUnsafeMutablePointers<R>(_ body: (UnsafeMutablePointer<Header>, UnsafeMutablePointer<Element>) throws -> R) rethrows -> R

Discussion 解説

See Also 参照

Accessing Buffer Contents バッファ内容にアクセスする