prepend


Description:

public unowned Node<G> prepend (owned Node<G> node)

Inserts a Node as the first child of the given parent.

Parameters:

this

the Node to place the new Node under

node

the Node to insert

Returns:

the inserted Node