render(into:style:)
func render<Output>(into output: inout Output, style: TextOutputStyle) where Output : TextOutputStream
Writes self into output using the given output style.
-
Undocumented
Declaration
Swift
func write<T>(_ x: T, in style: String.ANSIStyle = String.unstyled)
View on GitHub