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

withUnsafeMutablePointerToElements(_:)

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

Declaration 宣言

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

Discussion 解説