Skip to content

Add element() method to inner nodes

Carsten Gräser requested to merge feature/element-method-on-inner-nodes into master

There's no reason to not have the element method for inner nodes. Computing the element ic cheap here anyway, because this can be forwarded to the children (which themselves forward this to the LocalView that stores the actual element copy).

Merge request reports