moveLeaf method

void moveLeaf(
  1. dynamic leaf
)

Implementation

void moveLeaf( leaf ) {
  deleteLeaf( leaf );
  insertLeaf( leaf );
}