Type Method 型メソッド

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を生成します。

Declaration 宣言

final class func create(minimumCapacity: Int, makingHeaderWith factory: (ManagedBuffer<Header, Element>) throws -> Header) rethrows -> ManagedBuffer<Header, Element>