The search functionality needs JavaScript enabled
Removes the connection between the from_port slot of the from GraphNode and the to_port slot of the to GraphNode. If the connection does not exist, no connection is removed.
from_port
from
to_port
to
void disconnectNode ( const(String) from, const(long) from_port, const(String) to, const(long) to_port ) nothrow @nogc;