Instance Method

write(_:)

Appends the given string to this string.

Declaration

mutating func write(_ other: String)

Parameters

other

A string to append.

Relationships

From Protocol

See Also

Writing to a File or URL

func write<Target>(to: inout Target)

Writes the string into the given output stream.