Util

object Util
class Object
trait Matchable
class Any
Util.type

Value members

Concrete methods

def asciiTree[N](root: Iterable[N])(leaves: N => Iterable[N], show: N => String, indent: String): String
def asciiTreeSB[N](root: Iterable[N])(sb: StringBuilder, leaves: N => Iterable[N], show: N => String, indent: String): Unit
def escapeString(s: String): String
@inline
def quickSB(f: StringBuilder => Unit): String
@inline
def quickSB(start: String, f: StringBuilder => Unit): String