treeString

fun treeString(rootNode: T): String(source)

Returns the tree structure of an object of type T as a string.

Return

the tree structure as a string.

Parameters

rootNode

the root node of the tree.