protocol Streamable A source of text streaming operations. Streamable instances can be written to any output stream. For example: String, Character, UnicodeScalar. Inheritance View Protocol Hierarchy → Import import Swift Instance Methods func writeTo(inout:) Required Write a textual representation of self into target. Declaration func writeTo<Target : OutputStreamType>(inout target: Target)