Type Method
型メソッド
create(minimum
create(minimumCapacity:makingHeaderWith:)
Create a new instance of the most-derived class, calling
factory
on the partially-constructed object to generate an initial Header
.
最も派生したクラスの新しいインスンタスを作成します、部分的に組み立てられたオブジェクト上でfactory
を呼び出して初期Value
を生成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
final class func create(minimumCapacity: Int
, makingHeaderWith factory: (ManagedBuffer
<Header, Element>) throws -> Header) rethrows -> ManagedBuffer
<Header, Element>