Skip to content
  • Carsten Gräser's avatar
    Add element() method to inner nodes · 62375c45
    Carsten Gräser authored
    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).
    62375c45