simply Add Children To
abstract fun simplyAddChildrenTo(list: MutableList<LookupTree<Element, Result>>)
Content copied to clipboard
Add the children LookupTrees to the given list. This can be used for scanning the tree for some condition, without recursion.
Parameters
list
The list in which to add the children, in an arbitrary order.