Node.canMoveTo

Gets whether this node can be moved to the given target node.

class Node
@nogc final
bool
canMoveTo

Parameters

to Node

The move destination.

Return Value

Type: bool

true if the node can be moved inside of the given node, false otherwise.

Meta