append(_:count:)
Appends the specified bytes from memory to the end of the data.
Declaration
mutating func append(_ bytes: UnsafePointer<UInt8>, count: Int)Appends the specified bytes from memory to the end of the data.
mutating func append(_ bytes: UnsafePointer<UInt8>, count: Int)