Function GraphEdit.removeValidConnectionType
Makes it not possible to connect between two different slot types. The type is defined with the GraphNode
method.
void removeValidConnectionType
(
const(long) from_type,
const(long) to_type
) nothrow @nogc;