Method LiftUp
LiftUp(Row, IList<Row>)
Reduce the trie using Lift-Up reduction.
The Lift-Up reduction propagates all leaf-values (patch commands), where possible, to higher levels which are closer to the root of the trie.
Declaration
public void LiftUp(Row in, IList<Row> nodes)