Function GraphEdit.isValidConnectionType

Returns whether it's possible to connect slots of the specified types.

bool isValidConnectionType (
  const(long) from_type,
  const(long) to_type
) nothrow @nogc const;