Function GraphEdit.removeValidConnectionType

Makes it not possible to connect between two different slot types. The type is defined with the GraphNode.setSlot method.

void removeValidConnectionType (
  const(long) from_type,
  const(long) to_type
) nothrow @nogc;