append(contentsOf:)
Appends the bytes in the specified array to the end of the data.
Declaration
mutating func append(contentsOf bytes: [UInt8])Appends the bytes in the specified array to the end of the data.
mutating func append(contentsOf bytes: [UInt8])