append(_:)
Adds to the end of the receiver the characters of a given string.
Declaration
func append(_ aString: String)Parameters
- aString:
The string to append to the receiver.
aStringmust not benil
Adds to the end of the receiver the characters of a given string.
func append(_ aString: String)The string to append to the receiver. aString must not be nil