Node.raise

Moves this node to the top of the array of nodes of the parent node. This is often useful in GUIs (Control nodes), because their order of drawing depends on their order in the tree.

struct Node
@nogc nothrow
void
raise
()

Meta