Tree

fun <out RootNode : Node> Tree(root: RootNode)

Parameters

Node

The type of nodes in the tree.

RootNode

The type of the root node of the tree.

root

The root node of the tree.