Void evaluateGenerator(ElementTree element, Int idx)
Arguments
element: The parent elementidx: The index to evaluate
Usage
Evaluate a lazy element generator and replace it with its result. This can be useful if you need to further process the results before printing the element tree, or if you want to Pickle the element tree.