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

withUnsafeMutablePointerToElements(_:)

Call body with an UnsafeMutablePointer to the Element storage. ElementストレージへのUnsafeMutablePointerを使ってbodyを呼び出します。

Declaration 宣言

func withUnsafeMutablePointerToElements<R>(_ body: (UnsafeMutablePointer<Element>) throws -> R) rethrows -> R

Discussion 解説

See Also 参照

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