Function ListMap.moveBefore

Move node to the location before other node.

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