simplyAddChildrenTo

abstract fun simplyAddChildrenTo(list: MutableList<LookupTree<Element, Result>>)

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.