GraphEdit.isNodeConnected

Returns true if the from_port slot of the from GraphNode is connected to the to_port slot of the to GraphNode.

struct GraphEdit
@nogc nothrow
bool
isNodeConnected
(
in String from
,
in long from_port
,
in String to
,
in long to_port
)

Meta