• Moves contents from one node to another, prepending them to the target node.

    Parameters

    • source: Node

      source node to move from

    • target: Node

      target node to move to

    Returns void