printTreeString

fun printTreeString(rootNode: T)(source)

Prints the tree structure of an object of type T to the console.

Parameters

rootNode

the root node of the tree.