GraphEdit.isNodeConnected

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

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

Meta