Check if the given-edge type has any of the given types.
edgeIncludesType(EdgeType.Reads, EdgeType.Reads | EdgeType.DefinedBy) // true Copy
edgeIncludesType(EdgeType.Reads, EdgeType.Reads | EdgeType.DefinedBy) // true
Counterpart of edgeDoesNotIncludeType.
Check if the given-edge type has any of the given types.