Function ListMap.moveAfter

Move node to the location after other node.

void moveAfter (
  ListMap.Node* other,
  ListMap.Node* toMove
);