Node.moveChild

Moves the child to the given offset in this node's child list.

class Node
@nogc final
void
moveChild
(,
ptrdiff_t to
)

Parameters

child Node

The child the move

to ptrdiff_t

The index to move to.

Meta