Instance MethodSwiftFoundation
copyBytes(to:count:)
Available because
Self
conforms toDataProtocol
.
@discardableResult func copyBytes<DestinationType>(to ptr: UnsafeMutableBufferPointer<DestinationType>, count: Int) -> Int
Available because Self
conforms to DataProtocol
.
@discardableResult func copyBytes<DestinationType>(to ptr: UnsafeMutableBufferPointer<DestinationType>, count: Int) -> Int