protocol OutputStreamType A target of text streaming operations. Inheritance View Protocol Hierarchy → Import import Swift Instance Methods mutating func write(_:) Required Append the given string to this stream. Declaration mutating func write(string: String)