Instance MethodSwiftFoundation
copyBytes(to:from:)
Available because
Self
conforms toDataProtocol
.Available when
Self
conforms toContiguousBytes
func copyBytes<DestinationType, R>(to ptr: UnsafeMutableBufferPointer<DestinationType>, from range: R) where R : RangeExpression, Self.Index == R.Bound