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

copyBytes(to:from:)

Copies a range of the bytes from the type into a raw memory buffer. その型からあるバイト範囲をある生メモリバッファにコピーします。

Declaration 宣言

@discardableResult func copyBytes<R>(to ptr: UnsafeMutableRawBufferPointer, from range: R) -> Int where R : RangeExpression, Self.Index == R.Bound

Parameters パラメータ

ptr

A pointer to the raw memory buffer you want to copy the bytes into. あなたがバイトいくらかをそれへとコピーしたい生メモリバッファへのポインタ。

range

The range of bytes to copy. この範囲のバイトそれらをコピーします。

Return Value 戻り値

The number of bytes copied. コピーされたバイト数。

See Also 参照

DataProtocol Implementations DataProtocol実装