ShowBuilder

sealed trait ShowBuilder
Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def indent(n: Int): Unit
def line(value: Any): Unit
def newline(): Unit
def rep[T](values: Seq[T], sep: String)(f: T => Unit): Unit
def str(value: Any): Unit
def unindent(n: Int): Unit