addNode

abstract fun addNode(data: T, id: Any = data.hashCode(), childrenGenerator: ChildrenGeneratorScope<T>.() -> Unit = { })