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

append(_:)

Append a buffer of bytes to the data. あるバッファのバイトをデータに加えます。

Declaration 宣言

mutating func append<SourceType>(_ buffer: UnsafeBufferPointer<SourceType>)

Parameters パラメータ

buffer

The buffer of bytes to append. The size is calculated from SourceType and buffer.count. 加えられるバイトのバッファ。サイズは、SourceTypebuffer.countから計算されます。

See Also 参照

Adding Bytes バイトを加える