mutableRootNode

fun <T> mutableRootNode(value: T, block: MutableNodeBuilder<T>.() -> Unit = {}): MutableTreeNode<T>(source)