append(contentsOf:)
Appends the bytes in the specified sequence to the end of the data.
Declaration
mutating func append(contentsOf elements: some ContiguousBytes & Sequence<UInt8>)Appends the bytes in the specified sequence to the end of the data.
mutating func append(contentsOf elements: some ContiguousBytes & Sequence<UInt8>)