Instance Method インスタンスメソッド

append(_:count:)

Appends the specified bytes from memory to the end of the data. 指定されたバイトをメモリからデータの終わりに加えます。

Declaration 宣言

mutating func append(_ bytes: UnsafePointer<UInt8>, count: Int)

See Also 参照

Adding Bytes バイトを加える