Contents

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. aString must not be nil

See Also

Modifying a String