append(_:)
Appends the content of another data object to the receiver.
Declaration
func append(_ other: Data)Parameters
- other:
The data object whose content is to be appended to the contents of the receiver.
Appends the content of another data object to the receiver.
func append(_ other: Data)The data object whose content is to be appended to the contents of the receiver.