protocol Streamable| 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)
A source of text streaming operations.
Streamableinstances can be written to any output stream.For example:
String,Character,UnicodeScalar.