div

Concatenates this and other with a line break in between.

Equivalent to this + Document.lineBreak + other.

>>> Document("hello") / "world"
hello
world

operator fun PrettyPrintable.div(other: String): Document

Convenience method. See plus.