MutableTreeNode

constructor(value: T, children: MutableList<MutableTreeNode<T>> = mutableListOf())(source)