render(into:style:)

func render<Output>(into output: inout Output, style: TextOutputStyle) where Output : TextOutputStream

Writes self into output using the given output style.