Instance MethodSwiftFoundation
copyBytes(to:from:)
Available because
Self
conforms toDataProtocol
.
@discardableResult func copyBytes<R>(to ptr: UnsafeMutableRawBufferPointer, from range: R) -> Int where R : RangeExpression, Self.Index == R.Bound
Available because Self
conforms to DataProtocol
.
@discardableResult func copyBytes<R>(to ptr: UnsafeMutableRawBufferPointer, from range: R) -> Int where R : RangeExpression, Self.Index == R.Bound