Contents

write(_:)

Appends the given string to this string.

Declaration

mutating func write(_ other: String)

Parameters

  • other:

    A string to append.

See Also

Writing to a File or URL